From 046ec657602ea46e7b32d3f3e387104d89ac6d8a Mon Sep 17 00:00:00 2001 From: Barak Korren Date: Mon, 1 Apr 2013 18:32:05 +0300 Subject: Move tuning settings to different file so config.php isn't overcrowded by default --- config.php-dist | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'config.php-dist') diff --git a/config.php-dist b/config.php-dist index 72320bc5f..6561ecbd4 100644 --- a/config.php-dist +++ b/config.php-dist @@ -163,27 +163,6 @@ // These two options enable SMTP authentication when sending // outgoing mail. Only used with SMTP_HOST - // ************************************** - // *** Update proces tuning settings *** - // ************************************** - - define('FEED_FETCH_TIMEOUT', 45); - // How may seconds to wait for response when requesting feed from a site - // You may need to decease this if you see errors like "MySQL server - // has gone away" pop up in your feed update logs after fetching feeds - // from slow websites - - define('FEED_FETCH_NO_CACHE_TIMEOUT', 15); - // How may seconds to wait for response when requesting feed from a - // site when that feed wasn't cached before - - define('FILE_FETCH_TIMEOUT', 45); - // Default timeout when fetching files from remote sites - - define('FILE_FETCH_CONNECT_TIMEOUT', 15); - // How many seconds to wait for initial response from website when - // fetching files from remote sites - // *************************************** // *** Other settings (less important) *** // *************************************** -- cgit v1.2.3