summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-21 16:23:44 +0100
committerAndrew Dolgov <[email protected]>2005-08-21 16:23:44 +0100
commit82baad4a8a00249746f11b353361930383307306 (patch)
treef52338550281673188fd2f8e67259e2661c65ca8 /config.php-dist
parenta1a8a2be02600413edd36374f239e936f8fbff3c (diff)
basic functionality pass 2
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 99319da6e..834925a03 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -2,5 +2,6 @@
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);
?>