diff --git a/home/clients.go b/home/clients.go index 7457696b..0f25c755 100644 --- a/home/clients.go +++ b/home/clients.go @@ -22,7 +22,7 @@ import ( ) const ( - clientsUpdatePeriod = 1 * time.Hour + clientsUpdatePeriod = 10 * time.Minute ) var webHandlersRegistered = false