[General] Block logs - "Response is too big" error #934
Answered
by
Romsters
jarrodwatts
asked this question in
General
-
Team or ProjectNo response ZK chainAbstract EnvironmentTestnet L2 block number0x481f96 Provide a brief description of the functionality you're trying to implement and the issue you are running into.We are facing a problem on Testnet where the node can’t return data on one single block:
In response, we receive the following message:
Repo Link (Optional)No response Additional DetailsNo response |
Beta Was this translation helpful? Give feedback.
Answered by
Romsters
Feb 24, 2025
Replies: 1 comment 1 reply
-
Hi @jarrodwatts, the default limit is 10mb, this is configurable and can be increased: https://github.com/matter-labs/zksync-era/blob/b5fbee6abf6be2a7e6e8863508ce6266a12e0eb5/core/lib/config/src/configs/api.rs#L201. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Romsters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @jarrodwatts, the default limit is 10mb, this is configurable and can be increased: https://github.com/matter-labs/zksync-era/blob/b5fbee6abf6be2a7e6e8863508ce6266a12e0eb5/core/lib/config/src/configs/api.rs#L201.