diff options
author | chris <chris@jalakai.co.uk> | 2006-09-24 22:21:57 +0200 |
---|---|---|
committer | chris <chris@jalakai.co.uk> | 2006-09-24 22:21:57 +0200 |
commit | ce6b63d97068e71369bad95e7959d0110717bbfd (patch) | |
tree | f496db6a8c3d9e964f902873a3db81c7a1dddf72 /conf | |
parent | 100a97e3f1501dd634d1e398f564902dcaf2b3fb (diff) | |
download | rpg-ce6b63d97068e71369bad95e7959d0110717bbfd.tar.gz rpg-ce6b63d97068e71369bad95e7959d0110717bbfd.tar.bz2 |
cache, metadata & purgefile updates
Cache
- add dependency for metadata renderer file
- check metadata for end of page life, "date valid end".
Metadata Renderer
- RSS syntax mode now sets rendered page expiry, "date valid end"
and includes the feed URL in "relation haspart".
Purgefile
For all wiki installations the purgefile records the earliest
time before which no cache purge (based on data consistency)
is required. Cache files older than this time MAY need to be
purged.
- remove purgeonadd configuration setting
darcs-hash:20060924202157-9b6ab-4531e91411c41914eeab2b6a8160c3d46b001cee.gz
Diffstat (limited to 'conf')
-rw-r--r-- | conf/dokuwiki.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index 861ffd1c4..9403de176 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -79,7 +79,6 @@ $conf['autoplural'] = 0; //try (non)plural form of nonexisting f $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) $conf['fetchsize'] = 2*1024*1024; //maximum size (bytes) fetch.php may download from extern $conf['notify'] = ''; //send change info to this email (leave blank for nobody) |