summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-21 17:49:53 +0100
committerAndrew Dolgov <[email protected]>2005-08-21 17:49:53 +0100
commit57865bb1f090bad54cb7df29713cf7c7ac9ba9f2 (patch)
tree25f25c1ebe4c59e7cecadfba16e3de977aa70dce /config.php-dist
parent3dbea71b03a6080e5dd9f73866d615e45496ff92 (diff)
disable md5 update checking by default
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index 834925a03..56d9c13a2 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -3,5 +3,6 @@
define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache');
define(HEADLINES_PER_PAGE, 15);
define(MIN_UPDATE_TIME, 600);
+ define(CONTENT_CHECK_MD5, false);
?>