Merge: * clients: set reload ARP data interval to 10 minuntes

Close #1398

* commit '2825691c85fadc7ce1c1727a12e8699ff780d0dd':
  * clients: set reload ARP data interval to 10 minuntes
This commit is contained in:
Simon Zolin 2020-05-26 17:54:54 +03:00
commit 8c5a3c55ab
1 changed files with 1 additions and 1 deletions

View File

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