Skip to content

Commit

Permalink
Reset route group timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkren committed Dec 20, 2019
1 parent 66189d6 commit daa81c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/router/route_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (

const (
defaultRouteGroupKeepAliveInterval = 1 * time.Minute
defaultRouteGroupIOTimeout = 300 * time.Second
defaultRouteGroupIOTimeout = 3 * time.Second
defaultReadChBufSize = 1024
)

Expand Down

0 comments on commit daa81c0

Please sign in to comment.