From fdeeea479e5b2e2229e9ecaf57ebad4ce9aab3c5 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Mon, 16 May 2022 09:15:19 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6567fde8..5eb41e4c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Signed transactions (eth_sendRawTransaction) are sent in parallel to the configu All other requests are sent to an RPC server on the latest block (alchemy, moralis, rivet, your own node, or one of many other providers). If multiple servers are in sync, they are prioritized by `active_requests/soft_limit`. Note that this means that the fastest server is most likely to serve requests and slow servers are unlikely to ever get any requests. -Each servers has different limits to configure. The `soft_limit` is the number of parallel active requests where a server starts to slow down. The `hard_limit` is where a server starts giving rate limits or other errors. +Each server has different limits to configure. The `soft_limit` is the number of parallel active requests where a server starts to slow down. The `hard_limit` is where a server starts giving rate limits or other errors. ``` cargo run --release -- --help