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

fix

parent f30ec4ea
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