Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Shuning Chen <[email protected]>
  • Loading branch information
Shuning Chen authored and Shuning Chen committed Jul 3, 2024
1 parent f54cc7c commit 55c2e99
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions client/resource_group/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,14 @@ import (
)

const (
<<<<<<< HEAD
controllerConfigPath = "resource_group/controller"
maxRetry = 10
retryInterval = 50 * time.Millisecond
maxNotificationChanLen = 200
needTokensAmplification = 1.1
trickleReserveDuration = 1250 * time.Millisecond
=======
controllerConfigPath = "resource_group/controller"
maxRetry = 10
retryInterval = 50 * time.Millisecond
maxNotificationChanLen = 200
needTokensAmplification = 1.1
trickleReserveDuration = 1250 * time.Millisecond
slowNotifyFilterDuration = 10 * time.Millisecond
>>>>>>> 49f9b115c (client/controller: record context error and add slowlog about token bucket (#8344))

watchRetryInterval = 30 * time.Second
watchRetryInterval = 30 * time.Second
)

type selectType int
Expand Down

0 comments on commit 55c2e99

Please sign in to comment.