From 5faa11f82a58bdab16b30a3511a7ba03d3e89516 Mon Sep 17 00:00:00 2001 From: Rostislav Dugin Date: Fri, 20 Mar 2026 13:54:56 +0300 Subject: [PATCH] FEATURE (agent): Increase agent update check interval --- agent/internal/features/upgrade/background_upgrader.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/internal/features/upgrade/background_upgrader.go b/agent/internal/features/upgrade/background_upgrader.go index 4703195..b393639 100644 --- a/agent/internal/features/upgrade/background_upgrader.go +++ b/agent/internal/features/upgrade/background_upgrader.go @@ -9,7 +9,7 @@ import ( "databasus-agent/internal/features/api" ) -const backgroundCheckInterval = 5 * time.Second +const backgroundCheckInterval = 10 * time.Second type BackgroundUpgrader struct { apiClient *api.Client