Skip to content

Commit

Permalink
change the default value to 15min
Browse files Browse the repository at this point in the history
  • Loading branch information
wenxuwan committed Aug 5, 2020
1 parent 7a88bab commit c33f4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remoting/zookeeper/listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import (
)

var (
DefaultTTL = 10 * time.Minute
DefaultTTL = 15 * time.Minute
)

// nolint
Expand Down

0 comments on commit c33f4ea

Please sign in to comment.