From efb651b837c5c05c1e8c2d7c0bcc1aa57231cf54 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Sat, 9 Jul 2022 00:02:04 +0000 Subject: [PATCH] better key --- web3-proxy/src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3-proxy/src/app.rs b/web3-proxy/src/app.rs index 262be329..a5c84883 100644 --- a/web3-proxy/src/app.rs +++ b/web3-proxy/src/app.rs @@ -231,7 +231,7 @@ impl Web3ProxyApp { redis_client_pool.as_ref().map(|redis_client_pool| { RedisCellClient::new( redis_client_pool.clone(), - "public".to_string(), + "ip".to_string(), public_max_burst, app_config.shared.public_rate_limit_per_minute, 60,