no simple update mode anymore

This commit is contained in:
2018-12-15 10:58:42 +01:00
parent ce0db7173f
commit 83b2a5cf4a
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@
// multiple users and authentication. Enabling this assumes you have
// your tt-rss directory protected by other means (e.g. http auth).
define('SIMPLE_UPDATE_MODE', true);
define('SIMPLE_UPDATE_MODE', false);
// Enables fallback update mode where tt-rss tries to update feeds in
// background while tt-rss is open in your browser.
// If you don't have a lot of feeds and don't want to or can't run

View File

@@ -20,7 +20,7 @@ stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[eventlistener:feed-update]
command=php7 -r 'while (true) { readline(); passthru("php7 /var/lib/tt-rss/update.php --daemon-loop"); }'
command=php7 -r 'while (true) { readline(); print("feeds update"); passthru("php7 /var/lib/tt-rss/update.php --daemon-loop"); }'
events=TICK_60
autostart=true
autorestart=true