mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
fix advanced-rate-limit-requests
double
This commit is contained in:
parent
b4b575d486
commit
24aa375cee
1 changed files with 1 additions and 4 deletions
|
@ -644,11 +644,8 @@ advanced-cookies-samesite: "__ADVANCED_COOKIES_SAMESITE__"
|
||||||
# If you set this to 0 or less, rate limiting will be disabled entirely.
|
# If you set this to 0 or less, rate limiting will be disabled entirely.
|
||||||
#
|
#
|
||||||
# Examples: [1000, 500, 0]
|
# Examples: [1000, 500, 0]
|
||||||
# Default: 1000
|
|
||||||
advanced-rate-limit-requests: __ADVANCED_RATE_LIMIT_REQUESTS__
|
|
||||||
|
|
||||||
# Default: 300
|
# Default: 300
|
||||||
advanced-rate-limit-requests: 300
|
advanced-rate-limit-requests: __ADVANCED_RATE_LIMIT_REQUESTS__
|
||||||
|
|
||||||
# Int. Amount of open requests to permit per CPU, per router grouping, before applying http
|
# Int. Amount of open requests to permit per CPU, per router grouping, before applying http
|
||||||
# request throttling. Any requests beyond the calculated limit are held in a backlog queue for
|
# request throttling. Any requests beyond the calculated limit are held in a backlog queue for
|
||||||
|
|
Loading…
Add table
Reference in a new issue