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:
@@ -16,7 +16,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
resyncPeriod = 5 * time.Minute
|
||||
resyncPeriod = 2 * time.Hour
|
||||
)
|
||||
|
||||
type HandlerFunc func(key string) error
|
||||
|
Reference in New Issue
Block a user