]> 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)
committerYehuda Sadeh <yehuda@redhat.com>
Mon, 29 Jun 2015 22:34:11 +0000 (15:34 -0700)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
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)
 {