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 EndLedger in GetEventsRequest. This provides finer control and clarity on the range of ledgers being queried.
This change enhances the scalability and can now support a larger retention window (~7 days) for events.
Ledger Scanning Limitation: The getEvents RPC will now scan a maximum of 10,000 ledgers per request. This limits the resource usage and ensures more predictable performance, especially for queries spanning large ledger ranges.
The text was updated successfully, but these errors were encountered:
Update getEvents doc based on #230
EndLedger
inGetEventsRequest
. This provides finer control and clarity on the range of ledgers being queried.10,000
ledgers per request. This limits the resource usage and ensures more predictable performance, especially for queries spanning large ledger ranges.The text was updated successfully, but these errors were encountered: