diff options
Diffstat (limited to 'src/rgw/rgw_realm_reloader.cc')
-rw-r--r-- | src/rgw/rgw_realm_reloader.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rgw/rgw_realm_reloader.cc b/src/rgw/rgw_realm_reloader.cc index a691d4db3ea..4973ec14080 100644 --- a/src/rgw/rgw_realm_reloader.cc +++ b/src/rgw/rgw_realm_reloader.cc @@ -124,7 +124,7 @@ void RGWRealmReloader::reload() cct->_conf->rgw_enable_quota_threads, cct->_conf->rgw_run_sync_thread, cct->_conf.get_val<bool>("rgw_dynamic_resharding"), - true, // run notification thread + true, null_yield, // run notification thread cct->_conf->rgw_cache_enabled); } |