* clients: set reload ARP data interval to 10 minuntes

This commit is contained in:
Simon Zolin 2020-05-26 16:27:13 +03:00
parent 383507bc0c
commit 2825691c85
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import (
) )
const ( const (
clientsUpdatePeriod = 1 * time.Hour clientsUpdatePeriod = 10 * time.Minute
) )
var webHandlersRegistered = false var webHandlersRegistered = false