1
0
Fork 0

Fix miniflux config

This commit is contained in:
Malte 2023-01-30 23:31:46 +01:00
parent 385ee6b68a
commit 418b089d9e

View file

@ -7,8 +7,8 @@
enable = true;
adminCredentialsFile = pkgs.privatePath "miniflux-admin-credentials";
config = {
SCHEDULER_SERVICE = "0";
BATCH_SIZE = "1000";
POLLING_FREQUENCY = "525600"; # We dont want polling so we set this to a year.
BATCH_SIZE = "1000"; # To make sure that all feeds can get refreshed. Default is 100, which is probably fine.
LISTEN_ADDR = "[${config.m-0.hosts.vpn.hera}]:8100";
};
};