From 6b1a4ecd41ef6cbb9154ceec541b33322bad2dfc Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 22 Jan 2013 20:07:34 +0400 Subject: updaterandomfeed: use max_execution_time parameter --- config.php-dist | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.php-dist') diff --git a/config.php-dist b/config.php-dist index e0949c61e..85aad41fe 100644 --- a/config.php-dist +++ b/config.php-dist @@ -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 *** // ***************************** -- cgit v1.2.3-54-g00ecf