From 0cd899fd8ee0bf3f78b46ac68facdf7f511bb791 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Tue, 18 Oct 2022 23:31:40 +0000 Subject: [PATCH] update config block --- config/example.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/example.toml b/config/example.toml index bf654820..58be222c 100644 --- a/config/example.toml +++ b/config/example.toml @@ -1,4 +1,4 @@ -[shared] +[app] chain_id = 1 # TODO: how do we find the optimal db_max_connections? too high actually ends up being slower @@ -15,6 +15,7 @@ volatile_redis_url = "redis://dev-vredis:6379/" redirect_public_url = "https://llamanodes.com/free-rpc-stats" redirect_user_url = "https://llamanodes.com/user-rpc-stats/{{user_id}}" +# 0 = block all public requests public_requests_per_minute = 0 # 1GB of cache