Skip to content

Commit

Permalink
Merge: * clients: set reload ARP data interval to 10 minuntes
Browse files Browse the repository at this point in the history
Close #1398

* commit '2825691c85fadc7ce1c1727a12e8699ff780d0dd':
  * clients: set reload ARP data interval to 10 minuntes
  • Loading branch information
szolin committed May 26, 2020
2 parents 383507b + 2825691 commit 8c5a3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/clients.go
Expand Up @@ -22,7 +22,7 @@ import (
)

const (
clientsUpdatePeriod = 1 * time.Hour
clientsUpdatePeriod = 10 * time.Minute
)

var webHandlersRegistered = false
Expand Down

0 comments on commit 8c5a3c5

Please sign in to comment.