mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
feat: set burst limit a little higher for ntfy
This commit is contained in:
parent
b953c86a2f
commit
71a6033d2a
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ in
|
||||||
listen-http = "127.0.0.1:${toString port}";
|
listen-http = "127.0.0.1:${toString port}";
|
||||||
behind-proxy = true;
|
behind-proxy = true;
|
||||||
visitor-attachment-daily-bandwidth-limit = "10M";
|
visitor-attachment-daily-bandwidth-limit = "10M";
|
||||||
visitor-request-limit-burst = 5;
|
visitor-request-limit-burst = 15;
|
||||||
visitor-request-limit-replenish = "15s";
|
visitor-request-limit-replenish = "15s";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue