From f66aabc93887bdec4a34f0cb66c3b95c48ede80c Mon Sep 17 00:00:00 2001 From: "lucas.lim" Date: Wed, 21 Jan 2026 15:24:30 +0800 Subject: [PATCH] feat: add ws limit environment variable --- devnet/entrypoint/reth-rpc.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devnet/entrypoint/reth-rpc.sh b/devnet/entrypoint/reth-rpc.sh index 8643947..cf95493 100755 --- a/devnet/entrypoint/reth-rpc.sh +++ b/devnet/entrypoint/reth-rpc.sh @@ -51,7 +51,8 @@ if [ "$FLASHBLOCK_ENABLED" = "true" ] && [ "$FLASHBLOCKS_RPC" = "true" ]; then --flashblocks.addr=0.0.0.0 \ --flashblocks.port=1111 \ --flashblocks-url=ws://op-reth-seq:1111 \ - --xlayer.flashblocks-subscription" + --xlayer.flashblocks-subscription \ + --flashblocks.ws-subscriber-limit=256" fi exec $CMD