mirror of
https://github.com/rancher/norman.git
synced 2025-09-04 08:45:22 +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 {
|
if g.synced {
|
||||||
for _, key := range g.informer.GetStore().ListKeys() {
|
for _, key := range g.informer.GetStore().ListKeys() {
|
||||||
g.queue.AddRateLimited(key)
|
g.queue.Add(key)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user