1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-30 12:21:29 +00:00

posts register as updated when their MD5 hash changes

This commit is contained in:
Andrew Dolgov
2005-08-22 10:07:47 +01:00
parent b197f11776
commit cac95b8d16
2 changed files with 13 additions and 5 deletions

View File

@@ -3,6 +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);
// define(CONTENT_CHECK_MD5, false);
?>