diff --git a/config.php b/config.php index 0c8f12f..76caa86 100644 --- a/config.php +++ b/config.php @@ -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 diff --git a/supervisor.conf b/supervisor.conf index aa7f990..63ac2c4 100644 --- a/supervisor.conf +++ b/supervisor.conf @@ -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