Skip to content

Commit 7aef786

Browse files
Eytan AvisrorEytan Avisror
Eytan Avisror
authored and
Eytan Avisror
committed
Change basedelay default
Signed-off-by: Eytan Avisror <[email protected]>
1 parent e79df01 commit 7aef786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/elbv2/targetgroupbinding_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ func (r *targetGroupBindingReconciler) SetupWithManager(ctx context.Context, mgr
164164
Watches(&source.Kind{Type: &corev1.Node{}}, nodeEventsHandler).
165165
WithOptions(controller.Options{
166166
MaxConcurrentReconciles: r.maxConcurrentReconciles,
167-
RateLimiter: workqueue.NewItemExponentialFailureRateLimiter(5*time.Millisecond, r.maxExponentialBackoffDelay)}).
167+
RateLimiter: workqueue.NewItemExponentialFailureRateLimiter(time.Millisecond, r.maxExponentialBackoffDelay)}).
168168
Complete(r)
169169
}
170170

0 commit comments

Comments
 (0)