summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.php-dist b/config.php-dist
index 93fbb1ab5..53f5dc87b 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -74,9 +74,9 @@
// *** Feed settings ***
// *********************
- define('DEFAULT_UPDATE_METHOD', 0);
+ define('DEFAULT_UPDATE_METHOD', 1);
// Which feed parsing library to use as default:
- // 0 - Magpie
+ // 0 - Magpie (deprecated)
// 1 - SimplePie
define('FORCE_ARTICLE_PURGE', 0);