1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-01 23:36:58 +00:00

Changes to make conditions less chatty

This commit is contained in:
Darren Shepherd
2018-01-17 15:42:31 -07:00
parent 6f8ed342d9
commit 9e6ea56442
5 changed files with 30 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ import (
)
var (
resyncPeriod = 5 * time.Minute
resyncPeriod = 2 * time.Hour
)
type HandlerFunc func(key string) error