Home
last modified time | relevance | path

Searched refs:period (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/parser/
H A Dhandler.php959 $period = ['d' => 86400, 'h' => 3600, 'm' => 60];
960 $p['refresh'] = max(600, $match[1] * $period[$match[2]]); // n * period in seconds, minimum 10 minutes
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt450 | //n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). |
452 The refresh period defaults to 4 hours. Any value below 10 minutes will be treated as 10 minutes. [[wiki:DokuWiki]] will generally try to supply a cached version of a page, obviously this is inappropriate when the page contains dynamic external content. The parameter tells [[wiki:DokuWiki]] to re-render the page if it is more than //refresh period// since the page was last rendered.
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md264 * Added cache purging after a specified period of time when using MySQL cache. [#329](https://github.com/simplepie/simplepie/pull/329)