no simple update mode anymore
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
// multiple users and authentication. Enabling this assumes you have
|
// multiple users and authentication. Enabling this assumes you have
|
||||||
// your tt-rss directory protected by other means (e.g. http auth).
|
// 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
|
// Enables fallback update mode where tt-rss tries to update feeds in
|
||||||
// background while tt-rss is open in your browser.
|
// 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
|
// If you don't have a lot of feeds and don't want to or can't run
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ stderr_logfile=/dev/stderr
|
|||||||
stderr_logfile_maxbytes=0
|
stderr_logfile_maxbytes=0
|
||||||
|
|
||||||
[eventlistener:feed-update]
|
[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
|
events=TICK_60
|
||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
|
|||||||
Reference in New Issue
Block a user