We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be0e8e2 + afdead8 commit bcd7b8cCopy full SHA for bcd7b8c
src/rgw/rgw_quota.cc
@@ -363,7 +363,7 @@ class RGWOwnerStatsCache : public RGWQuotaCache<rgw_owner> {
363
// option, so we can assume it won't change while the RGW server
364
// is running, so we'll handle it once before we loop
365
double sync_interval_factor = 1.0;
366
- const uint64_t debug_interval = cct->_conf->rgw_reshard_debug_interval;
+ const int64_t debug_interval = cct->_conf->rgw_reshard_debug_interval;
367
if (debug_interval >= 1) {
368
constexpr double secs_per_day = 60 * 60 * 24;
369
sync_interval_factor = debug_interval / secs_per_day;
0 commit comments