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