Skip to content

Commit

Permalink
change the default value to 2
Browse files Browse the repository at this point in the history
Signed-off-by: Yu Shuaipeng <[email protected]>
  • Loading branch information
jackysp committed May 5, 2019
1 parent c00aece commit aed51a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kv/variables.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ var DefaultVars = NewVariables()
// Default values
const (
DefBackoffLockFast = 100
DefBackOffWeight = 1
DefBackOffWeight = 2
)

0 comments on commit aed51a8

Please sign in to comment.