We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c5690 commit e350b66Copy full SHA for e350b66
cast/connection.go
@@ -19,7 +19,7 @@ import (
19
)
20
21
const (
22
- dialerTimeout = time.Second * 30
+ dialerTimeout = time.Second * 3
23
dialerKeepAlive = time.Second * 30
24
25
0 commit comments