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
RLN allows up to 100 messages per epoch (10 minutes), but a potential bug causes message limits to carry over into the next epoch.
Steps to Reproduce:
Assume an epoch starts at 4:00.
Do not send any messages between 4:00 and 4:06.
Send 100 messages between 4:06 and 4:09.
At the start of the new epoch (4:10), attempts to send more messages result in a "message limit exceeded" error.
You can only send messages again at 4:16, after 6 minutes into the new epoch.
Expected Behavior:
The message limit should reset at the start of a new epoch (e.g., 4:10), allowing up to 100 new messages regardless of prior activity.
Observed Behavior:
If 100 messages are sent late in an epoch (e.g., 4:06-4:09), the limit does not reset at the start of the next epoch (4:10). Instead, the "message limit exceeded" error persists until several minutes into the new epoch.
Note:
This issue was observed while using the chat interface (REST API), suggesting it might be a bug in the API implementation.
The text was updated successfully, but these errors were encountered:
RLN allows up to 100 messages per epoch (10 minutes), but a potential bug causes message limits to carry over into the next epoch.
Steps to Reproduce:
Expected Behavior:
The message limit should reset at the start of a new epoch (e.g., 4:10), allowing up to 100 new messages regardless of prior activity.
Observed Behavior:
If 100 messages are sent late in an epoch (e.g., 4:06-4:09), the limit does not reset at the start of the next epoch (4:10). Instead, the "message limit exceeded" error persists until several minutes into the new epoch.
Note:
This issue was observed while using the chat interface (REST API), suggesting it might be a bug in the API implementation.
The text was updated successfully, but these errors were encountered: