Skip to content

Commit 2851e84

Browse files
committed
circuitBreaker: intervalSecond = 10
1 parent 3a8d099 commit 2851e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circuit_breaker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525

2626
const (
2727
// Statistical interval second
28-
intervalSecond = 3
28+
intervalSecond = 10
2929
// The default failure rate threshold
3030
defaultErrorPercentage = 50
3131
// The default period of one-cycle break in milliseconds

0 commit comments

Comments
 (0)