From 71a6033d2aa580281ae4b8ebebdbd1fca620090c Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 6 Jun 2025 15:29:28 +0200 Subject: [PATCH] feat: set burst limit a little higher for ntfy --- modules/services/ntfy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/ntfy.nix b/modules/services/ntfy.nix index 19c3fba..bdd592e 100644 --- a/modules/services/ntfy.nix +++ b/modules/services/ntfy.nix @@ -12,7 +12,7 @@ in listen-http = "127.0.0.1:${toString port}"; behind-proxy = true; visitor-attachment-daily-bandwidth-limit = "10M"; - visitor-request-limit-burst = 5; + visitor-request-limit-burst = 15; visitor-request-limit-replenish = "15s"; }; };