feat: set burst limit a little higher for ntfy

This commit is contained in:
Ahwx 2025-06-06 15:29:28 +02:00
parent b953c86a2f
commit 71a6033d2a

View file

@ -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";
}; };
}; };