feat(tt-rss): Update feeds even for inactive users

This commit is contained in:
2026-05-25 02:56:02 +02:00
parent c15f789172
commit eb5b1774e4

View File

@@ -8,7 +8,11 @@
# RESTARTPOLICY=always
# Other available defaults from https://tt-rss.org/wiki/InstallationNotes/:
# Other available defaults from https://github.com/tt-rss/tt-rss/wiki/Installation-Guide:
# Keep updating feeds even for users who rarely log in. Note that this also
# effectively disables purging of articles for users who rarely log in.
# TTRSS_DAEMON_UPDATE_LOGIN_LIMIT=0
# Run FPM under this UID/GID.
# OWNER_UID=1000