Closed shohamc1 closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 76.36%. Comparing base (
ae5a160
) to head (65acc04
). Report is 34 commits behind head on develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
The max limit of spans/list api is set to 20 which is very small. Currently each span is around 6 KB, we can fit ~160 in a 1 MB response size. This PR sets the limit to 150 to account for future span size growth.
Context: Erigon would like to efficiently fetch spans from heimdall for an improved initial sync mechanism. We would like to batch fetch spans cut down the number of requests sent to the heimdall service.
Changes
Checklist
Cross repository changes
Testing
Manual tests