[Fixes: #11349] Split large messages in batches
When sending messages in quick succession, it might be that multiple messages are batched together in datasync, resulting in a single large payload. This commit changes the behavior so that we can pass a max-message-size and we split the message in batches before sending. Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
This commit is contained in:
parent
e7807202c9
commit
7cef533a8a
|
@ -2,7 +2,7 @@
|
||||||
"_comment": "DO NOT EDIT THIS FILE BY HAND. USE 'scripts/update-status-go.sh <tag>' instead",
|
"_comment": "DO NOT EDIT THIS FILE BY HAND. USE 'scripts/update-status-go.sh <tag>' instead",
|
||||||
"owner": "status-im",
|
"owner": "status-im",
|
||||||
"repo": "status-go",
|
"repo": "status-go",
|
||||||
"version": "v0.63.0",
|
"version": "v0.63.2",
|
||||||
"commit-sha1": "40343b31409431366852f37c5debfb5df5699df2",
|
"commit-sha1": "75e0809f50ffdc0c9be275a0393e6d66c3b2c90d",
|
||||||
"src-sha256": "1yr90k8gabb7nsf0z3kv2sb0p18vjgdns8rccrvxgdf79bpamhnw"
|
"src-sha256": "1f99az58h5mqnmb04g1xqypzizqfcfy70q92xp79b0gsvnpwc4xp"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue