Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Error with --relayer-log-page-size 10000 Command #121

Closed
calldelegation opened this issue Nov 26, 2023 · 0 comments · Fixed by #122
Closed

bug: Error with --relayer-log-page-size 10000 Command #121

calldelegation opened this issue Nov 26, 2023 · 0 comments · Fixed by #122
Assignees

Comments

@calldelegation
Copy link
Contributor

User encountered an error when using the --relayer-log-page-size 10000 command.
The error message received was:

Log response size exceeded. You can make eth_getLogs requests with up to a 2K block range and no limit on the response size, or you can request any block range with a cap of 10K logs in the response.

Forum post:
https://forum.fuel.network/t/node-error-query-returned-more-than-10000-results/3713

Suggested Documentation Update:

It appears that the --relayer-log-page-size 10000 command does not function as expected. Based on the error message, I recommend updating the documentation to reflect a revised command:

Change from:
--relayer-log-page-size 10000

Change to:
--relayer-log-page-size 2000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant