Skip to content

Commit

Permalink
enable rate limiting on socks
Browse files Browse the repository at this point in the history
  • Loading branch information
dydxwill committed Mar 28, 2024
1 parent 853d878 commit 293f92f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions indexer/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ locals {
name = "PG_POOL_MIN",
value = "1",
},
{
name = "RATE_LIMIT_ENABLED",
value = "true",
},
var.socks_ecs_environment_variables,
],
),
Expand Down

0 comments on commit 293f92f

Please sign in to comment.