From a8e2c24f435487447bd5195e270dd2b3db7823e0 Mon Sep 17 00:00:00 2001 From: dydxwill <119354122+dydxwill@users.noreply.github.com> Date: Thu, 28 Mar 2024 14:16:15 -0400 Subject: [PATCH] enable rate limiting on socks (#91) --- indexer/locals.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/indexer/locals.tf b/indexer/locals.tf index 4a47d594..8151571e 100644 --- a/indexer/locals.tf +++ b/indexer/locals.tf @@ -133,6 +133,10 @@ locals { name = "PG_POOL_MIN", value = "1", }, + { + name = "RATE_LIMIT_ENABLED", + value = "true", + }, var.socks_ecs_environment_variables, ], ),