]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: eliminate window for data sync marker
authorYehuda Sadeh <yehuda@redhat.com>
Tue, 6 Oct 2015 22:53:49 +0000 (15:53 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Fri, 12 Feb 2016 00:12:57 +0000 (16:12 -0800)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/rgw/rgw_data_sync.cc

index 1bdd79089d6189c9aeda860cd782ac7ee92eb1f6..5a9c509d005108f7a013fe97a1a1de8526ddd907 100644 (file)
@@ -576,7 +576,7 @@ public:
   }
 };
 
-#define DATA_SYNC_UPDATE_MARKER_WINDOW 10
+#define DATA_SYNC_UPDATE_MARKER_WINDOW 1
 
 class RGWDataSyncShardMarkerTrack : public RGWSyncShardMarkerTrack<string> {
   RGWRados *store;