mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-02-19 21:13:10 +00:00
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…
x
Reference in New Issue
Block a user