diff --git a/bootstrap/proxy/config.tf b/bootstrap/proxy/config.tf index 97cfa68..85056a6 100644 --- a/bootstrap/proxy/config.tf +++ b/bootstrap/proxy/config.tf @@ -34,11 +34,11 @@ locals { }, { "name" = "3", - "max_connections" = 250 + "max_connections" = 450 "rates" = [ { "interval" = "1m", - "limit" = 500 + "limit" = 1500 } ] }