From 9d9c9dd645458b4332e7848a106e0593c6d28340 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 22 Aug 2005 13:52:18 +0100 Subject: MIN_UPDATE_TIME, 600 -> 1800 sec --- config.php-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.php-dist') diff --git a/config.php-dist b/config.php-dist index 9126ef2fd..c83cbaf32 100644 --- a/config.php-dist +++ b/config.php-dist @@ -2,7 +2,7 @@ define(DB_CONN, "host=localhost dbname=fox user=fox password=XXXXXXXXXXX"); define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache'); define(HEADLINES_PER_PAGE, 15); - define(MIN_UPDATE_TIME, 600); + define(MIN_UPDATE_TIME, 1800); // define(CONTENT_CHECK_MD5, false); ?> -- cgit v1.2.3