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 0ef1141 commit 9a1c7a8Copy full SHA for 9a1c7a8
rpc/client.go
@@ -41,9 +41,8 @@ var (
41
42
const (
43
// Timeouts
44
- tcpKeepAliveInterval = 30 * time.Second
45
- defaultDialTimeout = 10 * time.Second // used if context has no deadline
46
- subscribeTimeout = 5 * time.Second // overall timeout eth_subscribe, rpc_modules calls
+ defaultDialTimeout = 10 * time.Second // used if context has no deadline
+ subscribeTimeout = 5 * time.Second // overall timeout eth_subscribe, rpc_modules calls
47
)
48
49
0 commit comments