summaryrefslogtreecommitdiff
path: root/conf/dokuwiki.php
diff options
context:
space:
mode:
authorAdrian Lang <lang@cosmocode.de>2010-01-20 10:56:01 +0100
committerAdrian Lang <lang@cosmocode.de>2010-01-20 10:56:01 +0100
commit7d723f3d24511105ce37006f9439632c3d8f915e (patch)
tree605809aace3e368d953466f76425b41d56fa1b38 /conf/dokuwiki.php
parent1c64eaeaa3295062b0a4e9b20b772274cd86ca42 (diff)
parenteee44352b2c73d56818600770b87f891b88a545f (diff)
downloadrpg-7d723f3d24511105ce37006f9439632c3d8f915e.tar.gz
rpg-7d723f3d24511105ce37006f9439632c3d8f915e.tar.bz2
Merge branch 'subscription'
Diffstat (limited to 'conf/dokuwiki.php')
-rw-r--r--conf/dokuwiki.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php
index 74d95147e..e6a19e60b 100644
--- a/conf/dokuwiki.php
+++ b/conf/dokuwiki.php
@@ -103,6 +103,8 @@ $conf['gdlib'] = 2; //the GDlib version (0, 1 or 2) 2 tries
$conf['im_convert'] = ''; //path to ImageMagicks convert (will be used instead of GD)
$conf['jpg_quality'] = '70'; //quality of compression when scaling jpg images (0-100)
$conf['subscribers'] = 0; //enable change notice subscription support
+$conf['subscribe_time'] = 24 * 60 * 60; //Time after which digests / lists are sent (in sec, default 1 day)
+ //Should be larger than the time specified in recent_days
$conf['compress'] = 1; //Strip whitespaces and comments from Styles and JavaScript? 1|0
$conf['hidepages'] = ''; //Regexp for pages to be skipped from RSS, Search and Recent Changes
$conf['send404'] = 0; //Send a HTTP 404 status for non existing pages?