Skip to content

Commit cbaf051

Browse files
fix: Make tier3 more capable (#79)
1 parent 0d6168c commit cbaf051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bootstrap/proxy/config.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ locals {
3434
},
3535
{
3636
"name" = "3",
37-
"max_connections" = 250
37+
"max_connections" = 450
3838
"rates" = [
3939
{
4040
"interval" = "1m",
41-
"limit" = 500
41+
"limit" = 1500
4242
}
4343
]
4444
}

0 commit comments

Comments
 (0)