max records exceeded on testnet #59

Open
opened 2024-08-28 18:17:30 +00:00 by zramsay · 1 comment
Member

https://loro-console.laconic.com/ is up but doesn't show records, checking the Status tab shows that it is tracking head. The testnet has a lot of records, looks like we found the limit

from a Discord user:
looks like need pagination or add a limit to Record Query, getting a size limit for the grpc fetch

      "message": "rpc error: code = ResourceExhausted desc = grpc: received message larger than max (10815782 vs. 10485760)"
https://loro-console.laconic.com/ is up but doesn't show records, checking the Status tab shows that it is tracking head. The testnet has *a lot* of records, looks like we found the limit from a Discord user: looks like need pagination or add a limit to Record Query, getting a size limit for the grpc fetch ``` "message": "rpc error: code = ResourceExhausted desc = grpc: received message larger than max (10815782 vs. 10485760)" ```
Author
Member

solution is to increase max-recv-msg-size in the app.toml of laconicd

solution is to increase `max-recv-msg-size` in the `app.toml` of laconicd
prathamesh was assigned by ashwin 2024-08-29 03:52:39 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/laconic-console#59
No description provided.