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

config: set default update method to simplepie

This commit is contained in:
Andrew Dolgov
2011-03-18 18:13:27 +03:00
parent 54ccf648be
commit 7198e19580

View File

@@ -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