dont rate limit myself

This commit is contained in:
cy 2024-12-14 23:03:33 -05:00
parent 61baa8748d
commit a8da59a02a

View file

@ -330,6 +330,7 @@ in {
config = { config = {
PORT = 8080; PORT = 8080;
BASE_URL = "https://rss.cything.io"; BASE_URL = "https://rss.cything.io";
FORCE_REFRESH_INTERVAL = 0;
}; };
}; };
} }