diff options
author | marcel <marcel@rucksackreinigung.de> | 2006-08-23 23:11:49 +0200 |
---|---|---|
committer | marcel <marcel@rucksackreinigung.de> | 2006-08-23 23:11:49 +0200 |
commit | ff3ed99f17e6204cc4f6331830c53a084f385d9a (patch) | |
tree | 270560469411e93e397f0d64dfafe1a09a7d61e4 /conf/dokuwiki.php | |
parent | 95a12943a8ef44b4c16f72c9c1c7f5e28b1d60c4 (diff) | |
download | rpg-ff3ed99f17e6204cc4f6331830c53a084f385d9a.tar.gz rpg-ff3ed99f17e6204cc4f6331830c53a084f385d9a.tar.bz2 |
Added bz2 compression support for Attic
darcs-hash:20060823211149-9c1ae-569f295c33dc798a429a373f48cb09122334ea29.gz
Diffstat (limited to 'conf/dokuwiki.php')
-rw-r--r-- | conf/dokuwiki.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index 48f33a940..a86949225 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -69,7 +69,8 @@ $conf['sepchar'] = '_'; //word separator character in page name // letter, a digit, '_', '-', or '.'. $conf['canonical'] = 0; //Should all URLs use full canonical http://... style? $conf['autoplural'] = 0; //try (non)plural form of nonexisting files? -$conf['usegzip'] = 1; //gzip old revisions? +$conf['compression'] = 'gz'; //compress old revisions: (0: off) ('gz': gnuzip) ('bz2': bzip) + // bz2 generates smaller files, but needs more cpu-power $conf['cachetime'] = 60*60*24; //maximum age for cachefile in seconds (defaults to a day) $conf['purgeonadd'] = 1; //purge cache when a new file is added (needed for up to date links) $conf['locktime'] = 15*60; //maximum age for lockfiles (defaults to 15 minutes) |