Skip to content

Commit 7fb0c30

Browse files
committed
fix(deploy): bump API rate limit from 30 to 120 req/min
1 parent 2337e2e commit 7fb0c30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/Caddyfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
reverse_proxy localhost:{$BACKEND_PORT:8081}
2828
}
2929

30-
# API endpoints: 30 req/min per IP
30+
# API endpoints: 120 req/min per IP
3131
handle /api/* {
3232
rate_limit {
3333
zone api {
3434
key {remote_host}
35-
events 30
35+
events 120
3636
window 1m
3737
}
3838
}

0 commit comments

Comments
 (0)