mirror of
https://github.com/rancher/norman.git
synced 2025-09-02 15:54:32 +00:00
Don't rate limit the sync of handlers
This commit is contained in:
@@ -176,7 +176,7 @@ func (g *genericController) addHandler(ctx context.Context, name string, handler
|
||||
|
||||
if g.synced {
|
||||
for _, key := range g.informer.GetStore().ListKeys() {
|
||||
g.queue.AddRateLimited(key)
|
||||
g.queue.Add(key)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user