]> git.wh0rd.org - tt-rss.git/commitdiff
set default update method back to magpie
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 22 Mar 2011 07:03:52 +0000 (10:03 +0300)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 22 Mar 2011 07:03:52 +0000 (10:03 +0300)
config.php-dist

index 2fd065a5e881e8913786bd58a9a47b87489f38fe..791d84312f0df511a98086147de55c05433ba0a2 100644 (file)
@@ -86,7 +86,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', 1);
+       define('DEFAULT_UPDATE_METHOD', 0);
        // Which feed parsing library to use as default:
        // 0 - Magpie
        // 1 - SimplePie