[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:
Andrea Maria Piana 2020-11-03 13:46:24 +01:00
parent e7807202c9
commit 7cef533a8a
No known key found for this signature in database
GPG Key ID: AA6CCA6DE0E06424
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"_comment": "DO NOT EDIT THIS FILE BY HAND. USE 'scripts/update-status-go.sh <tag>' instead",
"owner": "status-im",
"repo": "status-go",
"version": "v0.63.0",
"commit-sha1": "40343b31409431366852f37c5debfb5df5699df2",
"src-sha256": "1yr90k8gabb7nsf0z3kv2sb0p18vjgdns8rccrvxgdf79bpamhnw"
"version": "v0.63.2",
"commit-sha1": "75e0809f50ffdc0c9be275a0393e6d66c3b2c90d",
"src-sha256": "1f99az58h5mqnmb04g1xqypzizqfcfy70q92xp79b0gsvnpwc4xp"
}