From 2f229e2d6e371c47519e98f647288a7ded9c948f Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Sun, 13 Nov 2022 20:29:33 +0000 Subject: [PATCH] fix example port --- config/example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/example.toml b/config/example.toml index 548c7006..faeb67f4 100644 --- a/config/example.toml +++ b/config/example.toml @@ -12,7 +12,7 @@ min_synced_rpcs = 2 # redis is optional. it is used for rate limits set by `hard_limit` # TODO: how do we find the optimal redis_max_connections? too high actually ends up being slower volatile_redis_max_connections = 300 -volatile_redis_url = "redis://127.0.0.1:16380/" +volatile_redis_url = "redis://127.0.0.1:16379/" redirect_public_url = "https://llamanodes.com/public-rpc" # redirect_rpc_key_url only does something if db_url is set