mirror of https://github.com/status-im/nim-eth.git
Increase rlpx maxMsgSize *10
This commit is contained in:
parent
a1a285c290
commit
14ae046354
|
@ -24,7 +24,7 @@ type
|
||||||
|
|
||||||
const
|
const
|
||||||
devp2pVersion* = 4
|
devp2pVersion* = 4
|
||||||
maxMsgSize = 1024 * 1024
|
maxMsgSize = 1024 * 1024 * 10
|
||||||
HandshakeTimeout = MessageTimeout
|
HandshakeTimeout = MessageTimeout
|
||||||
|
|
||||||
include p2p_tracing
|
include p2p_tracing
|
||||||
|
|
Loading…
Reference in New Issue