Skip to content

Commit

Permalink
enable rate limiting on socks (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
dydxwill authored Mar 28, 2024
1 parent 7b1a4d7 commit a8e2c24
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 @@ -133,6 +133,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 a8e2c24

Please sign in to comment.