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
Add the total number of items in the response to avoid clients exhausting the cursor to be able to know the total size.
We should study if this impacts the performance of chronicle, and if it does, we can close this issue and we can continue using it as we currently do
Motivation
Improve usage
Requirements
Open questions (optional)
Are you planning to do it yourself in a pull request?
No.
The text was updated successfully, but these errors were encountered:
We will only request the blocks for past slots, so we dont expect the sum to change over time since the blocks are already issued and the slot is in the past, can this still be an edge case we might experience?
Description
Add the total number of items in the response to avoid clients exhausting the cursor to be able to know the total size.
We should study if this impacts the performance of chronicle, and if it does, we can close this issue and we can continue using it as we currently do
Motivation
Improve usage
Requirements
Open questions (optional)
Are you planning to do it yourself in a pull request?
No.
The text was updated successfully, but these errors were encountered: