You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backup/sync messages are self-addressed messages, those might be increasing bandwidth in shard 32, it could be advantageous to post them into a separate shard (e.g.: 128) via light-push and get them using store query.
The goal is to reduce bandwidth in the shard used for content messages where status desktop nodes would be participating in relay.
Also track the bandwidth saved, there is a PR that will record the bandwidth by message type here: https://github.com/status-im/telemetry/pull/74/files
Once merged we could ideally see the gains of moving self-addressed messages to a different shard
The text was updated successfully, but these errors were encountered:
Backup/sync messages are self-addressed messages, those might be increasing bandwidth in shard 32, it could be advantageous to post them into a separate shard (e.g.: 128) via light-push and get them using store query.
The goal is to reduce bandwidth in the shard used for content messages where status desktop nodes would be participating in relay.
Also track the bandwidth saved, there is a PR that will record the bandwidth by message type here:
https://github.com/status-im/telemetry/pull/74/files
Once merged we could ideally see the gains of moving self-addressed messages to a different shard
The text was updated successfully, but these errors were encountered: