mirror of
https://github.com/logos-messaging/specs.git
synced 2026-01-03 22:53:11 +00:00
fix typo
Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com>
This commit is contained in:
parent
1d527317da
commit
9eab39c88a
@ -239,7 +239,7 @@ On the one hand, longer epochs allow for better accommodating short-term usage p
|
|||||||
On the other hand, long epochs increases memory requirements for Relay nodes.
|
On the other hand, long epochs increases memory requirements for Relay nodes.
|
||||||
|
|
||||||
Each message contains a nullifier that proves its validity in terms of RLN.
|
Each message contains a nullifier that proves its validity in terms of RLN.
|
||||||
Each Relay node must keeps in memory a nullifier log for the current epoch.
|
Each Relay node must keep in memory a nullifier log for the current epoch.
|
||||||
Each nullifier plus metadata is `128` bytes (per message).
|
Each nullifier plus metadata is `128` bytes (per message).
|
||||||
With a `10`-minute epoch, one high-tier user with a `1` message per second rate limit generates up to `600 * 128 / 1024 = 75 KiB` of nullifier log data per epoch.
|
With a `10`-minute epoch, one high-tier user with a `1` message per second rate limit generates up to `600 * 128 / 1024 = 75 KiB` of nullifier log data per epoch.
|
||||||
This corresponds to:
|
This corresponds to:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user