From a5bcda60829f3ef367024a4007731392996ce686 Mon Sep 17 00:00:00 2001 From: Ned Wright Date: Wed, 27 Dec 2023 17:07:44 +0000 Subject: [PATCH] Updating config.cc --- core/config/config.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" );