FEATURE (agent): Increase agent update check interval

This commit is contained in:
Rostislav Dugin
2026-03-20 13:54:56 +03:00
parent 2c4e3e567b
commit 5faa11f82a

View File

@@ -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