summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-22 13:52:18 +0100
committerAndrew Dolgov <[email protected]>2005-08-22 13:52:18 +0100
commit9d9c9dd645458b4332e7848a106e0593c6d28340 (patch)
treefe21e73e2f088f95e5f251f42fe3ce0d3552ac2a /config.php-dist
parent2127761f2bf92269e0276cb2ff8fa8acd2819d8e (diff)
MIN_UPDATE_TIME, 600 -> 1800 sec
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist2
1 files changed, 1 insertions, 1 deletions
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);
?>