From: Yehuda Sadeh Date: Mon, 29 Jun 2015 22:34:11 +0000 (-0700) Subject: rgw: orphans, change default number of shards X-Git-Tag: v9.0.3~76^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=5528f21d0861d42378a8eb10759a1e55ddd66c09;p=ceph.git rgw: orphans, change default number of shards Signed-off-by: Yehuda Sadeh --- diff --git a/src/rgw/rgw_orphan.cc b/src/rgw/rgw_orphan.cc index 845d904d3233a..0500746f9cdd1 100644 --- a/src/rgw/rgw_orphan.cc +++ b/src/rgw/rgw_orphan.cc @@ -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) {