FuelLabs/docs-hub

bug: Error with `--relayer-log-page-size 10000` Command

Closed this issue · 0 comments

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