increase max message size for large manifests
This commit is contained in:
parent
110c61de36
commit
1f78a7655c
|
@ -17,7 +17,7 @@ import ./protobuf/blockexc
|
|||
logScope:
|
||||
topics = "dagger blockexc networkpeer"
|
||||
|
||||
const MaxMessageSize = 8 * 1024 * 1024
|
||||
const MaxMessageSize = 100 * 1024 * 1024 # manifest files can be big
|
||||
|
||||
type
|
||||
RPCHandler* = proc(peer: NetworkPeer, msg: Message): Future[void] {.gcsafe.}
|
||||
|
|
Loading…
Reference in New Issue