@@ -13,7 +13,7 @@ var DefaultConfig Config = NewConfig()
|
||||
// DefaultWatcherMinInterval default min interval for poll changes
|
||||
var DefaultWatcherMinInterval = 5 * time.Second
|
||||
|
||||
// DefaultWatcherMinInterval default max interval for poll changes
|
||||
// DefaultWatcherMaxInterval default max interval for poll changes
|
||||
var DefaultWatcherMaxInterval = 9 * time.Second
|
||||
|
||||
var (
|
||||
|
||||
@@ -48,5 +48,5 @@ func TestDefault(t *testing.T) {
|
||||
t.Fatal("AfterLoad option not working")
|
||||
}
|
||||
_ = conf
|
||||
//t.Logf("%#+v\n", conf)
|
||||
// t.Logf("%#+v\n", conf)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user