From a8da59a02a5df870c3e74e0fc37035c30ebbeffe Mon Sep 17 00:00:00 2001 From: cy Date: Sat, 14 Dec 2024 23:03:33 -0500 Subject: [PATCH] dont rate limit myself --- nix/hosts/chunk/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/hosts/chunk/default.nix b/nix/hosts/chunk/default.nix index e9b2e70..68a7a4e 100644 --- a/nix/hosts/chunk/default.nix +++ b/nix/hosts/chunk/default.nix @@ -330,6 +330,7 @@ in { config = { PORT = 8080; BASE_URL = "https://rss.cything.io"; + FORCE_REFRESH_INTERVAL = 0; }; }; }