xref: /plugin/renderrevisions/conf/default.php (revision ab3c4129fda348db287dd95b116df414e354e3c9)
1<?php
2
3/**
4 * Default settings for the renderrevisions plugin
5 *
6 * @author Andreas Gohr <dokuwiki@cosmocode.de>
7 */
8
9$conf['maxfrequency'] = 60 * 60 * 24; // 1 day
10$conf['store'] = 0;
11$conf['skipRegex'] = '';
12$conf['matchRegex'] = '';
13