diff --git a/core/config/config.cc b/core/config/config.cc index f7a69b7..fdffbfc 100644 --- a/core/config/config.cc +++ b/core/config/config.cc @@ -702,7 +702,7 @@ ConfigComponent::Impl::periodicRegistrationRefresh() mainloop->yield(chrono::milliseconds(500)); } else { uint next_iteration_in_sec = getConfigurationWithDefault( - 600, + 20, "Config Component", "Refresh config update registration time interval" );