From: Andrew Dolgov Date: Fri, 18 Mar 2011 15:13:27 +0000 (+0300) Subject: config: set default update method to simplepie X-Git-Tag: 1.5.2~7 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=7198e1958041e4e306ef95647eae7475900fb3bc;p=tt-rss.git config: set default update method to simplepie --- diff --git a/config.php-dist b/config.php-dist index b4d09f43..4b6ab297 100644 --- a/config.php-dist +++ b/config.php-dist @@ -89,7 +89,7 @@ // Connection charset for MySQL. If you have a legacy database and/or experience // garbage unicode characters with this option, try setting it to a blank string. - define('DEFAULT_UPDATE_METHOD', 0); + define('DEFAULT_UPDATE_METHOD', 1); // Which feed parsing library to use as default: // 0 - Magpie // 1 - SimplePie