Skip to content
Snippets Groups Projects
Commit bde9270b authored by aliiohs's avatar aliiohs
Browse files

fix

parent a2f388d7
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ import (
)
var (
wheel = gxtime.NewWheel(gxtime.TimeSecondDuration(3), 16) // wheel longest span is 2 minute
wheel = gxtime.NewWheel(gxtime.TimeSecondDuration(ConnDelay), MaxFailTimes+1) // wheel longest span is 2 minute
)
type ZkEventListener struct {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment