traefik: set forgejo rate-limit higher, again...
This commit is contained in:
parent
96df3630c5
commit
e0561be1a4
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ http:
|
||||||
middlewares:
|
middlewares:
|
||||||
ratelimit:
|
ratelimit:
|
||||||
rateLimit:
|
rateLimit:
|
||||||
average: 15
|
average: 25
|
||||||
burst: 25
|
burst: 50
|
||||||
sourceCriterion:
|
sourceCriterion:
|
||||||
ipStrategy:
|
ipStrategy:
|
||||||
depth: 2
|
depth: 2
|
||||||
|
|
Loading…
Reference in a new issue