Skip to content

Commit

Permalink
Merge e712991 into 6cf8a82
Browse files Browse the repository at this point in the history
  • Loading branch information
bpineau committed Apr 20, 2018
2 parents 6cf8a82 + e712991 commit 1ef3051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func New(client cache.ListerWatcher, notifier event.Notifier, name string, confi
informer := cache.NewSharedIndexInformer(
lw,
&unstructured.Unstructured{},
config.ResyncIntv*time.Second,
config.ResyncIntv,
cache.Indexers{},
)

Expand Down

0 comments on commit 1ef3051

Please sign in to comment.