1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:35:56 +00:00

updaterandomfeed: use max_execution_time parameter

This commit is contained in:
Andrew Dolgov
2013-01-22 20:07:34 +04:00
parent 8b83bf5fa1
commit 6b1a4ecd41
4 changed files with 9 additions and 4 deletions

View File

@@ -28,6 +28,11 @@
// Operate in single user mode, disables all functionality related to
// multiple users.
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. Not recommended, please
// read http://tt-rss.org/wiki/UpdatingFeeds for more information.
// *****************************
// *** Files and directories ***
// *****************************