1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

disable md5 update checking by default

This commit is contained in:
Andrew Dolgov
2005-08-21 17:49:53 +01:00
parent 3dbea71b03
commit 57865bb1f0
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -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);
?>