* clients: set reload ARP data interval to 10 minuntes
This commit is contained in:
parent
383507bc0c
commit
2825691c85
|
@ -22,7 +22,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
clientsUpdatePeriod = 1 * time.Hour
|
||||
clientsUpdatePeriod = 10 * time.Minute
|
||||
)
|
||||
|
||||
var webHandlersRegistered = false
|
||||
|
|
Loading…
Reference in New Issue