mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
* clients: set reload ARP data interval to 10 minuntes
This commit is contained in:
parent
383507bc0c
commit
2825691c85
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
clientsUpdatePeriod = 1 * time.Hour
|
||||
clientsUpdatePeriod = 10 * time.Minute
|
||||
)
|
||||
|
||||
var webHandlersRegistered = false
|
||||
|
|
Loading…
Add table
Reference in a new issue