freshrss: update feeds less frequently
Freshrss is throwing some error in the logs... but it still looks to *kinda* work? ugh.
This commit is contained in:
@@ -45,4 +45,8 @@
|
|||||||
${pkgs.freshrss}/cli/import-for-user.php --user admin --filename ${opml}
|
${pkgs.freshrss}/cli/import-for-user.php --user admin --filename ${opml}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# the default ("*:0/5") is to run every 5 minutes.
|
||||||
|
# `systemctl list-timers` to show
|
||||||
|
systemd.services.freshrss-updater.startAt = lib.mkForce "*:3/30";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user