]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: orphans, change default number of shards
authorYehuda Sadeh <yehuda@redhat.com>
Mon, 29 Jun 2015 22:34:11 +0000 (15:34 -0700)
committerLoic Dachary <ldachary@redhat.com>
Sun, 30 Aug 2015 15:56:00 +0000 (17:56 +0200)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit 5528f21d0861d42378a8eb10759a1e55ddd66c09)

src/rgw/rgw_orphan.cc

index 845d904d3233a98a004a6b082203a1abcae9037b..0500746f9cdd16f07d81765b6ab475dfa3cb628a 100644 (file)
@@ -13,7 +13,7 @@ using namespace std;
 
 #define dout_subsys ceph_subsys_rgw
 
-#define DEFAULT_NUM_SHARDS 1000
+#define DEFAULT_NUM_SHARDS 64
 
 static string obj_fingerprint(const string& oid, const char *force_ns = NULL)
 {