Reduce ping time & timeout (ref #358)
This commit is contained in:
parent
48a3fac2da
commit
537c6b3b69
@ -96,8 +96,8 @@ type asyncResult struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
pingTimeout = 300 * time.Second
|
pingTimeout = 30 * time.Second
|
||||||
pingIdleTime = 600 * time.Second
|
pingIdleTime = 60 * time.Second
|
||||||
)
|
)
|
||||||
|
|
||||||
func NewConnection(nodeID string, reader io.Reader, writer io.Writer, receiver Model) Connection {
|
func NewConnection(nodeID string, reader io.Reader, writer io.Writer, receiver Model) Connection {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user