traefik: set forgejo rate-limit higher, again...
All checks were successful
ansible-lint / gitleaks (push) Successful in 4s
ansible-lint / Ansible Lint (push) Successful in 50s

This commit is contained in:
Michael Grote 2024-09-23 15:40:33 +02:00
parent 96df3630c5
commit e0561be1a4

View file

@ -21,8 +21,8 @@ http:
middlewares:
ratelimit:
rateLimit:
average: 15
burst: 25
average: 25
burst: 50
sourceCriterion:
ipStrategy:
depth: 2