From 43735163c9e3cbf6c72dc8e9f25e1a6e0962dd10 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Wed, 4 May 2022 05:50:17 +0000 Subject: [PATCH] update soft limit --- data/config/example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/config/example.toml b/data/config/example.toml index fcf7b891..a4255426 100644 --- a/data/config/example.toml +++ b/data/config/example.toml @@ -7,7 +7,7 @@ listen_port = 8445 [balanced_rpc_tiers.0.geth] url = "ws://127.0.0.1:8546" - soft_limit = 50_000 + soft_limit = 200_000 [private_rpcs]