mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-17 18:30:45 +00:00
This is to cater for more node providers. Co-authored-by: Wihan de Beer <debeerwihan@gmail.com>
This commit is contained in:
parent
eb4240992e
commit
149beccd14
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ import (
|
||||||
const (
|
const (
|
||||||
wsReadBuffer = 1024
|
wsReadBuffer = 1024
|
||||||
wsWriteBuffer = 1024
|
wsWriteBuffer = 1024
|
||||||
wsPingInterval = 60 * time.Second
|
wsPingInterval = 30 * time.Second
|
||||||
wsPingWriteTimeout = 5 * time.Second
|
wsPingWriteTimeout = 5 * time.Second
|
||||||
wsPongTimeout = 30 * time.Second
|
wsPongTimeout = 30 * time.Second
|
||||||
wsMessageSizeLimit = 15 * 1024 * 1024
|
wsMessageSizeLimit = 15 * 1024 * 1024
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue