<?php

/**
 * Default settings for the renderrevisions plugin
 *
 * @author Andreas Gohr <dokuwiki@cosmocode.de>
 */

$conf['maxfrequency'] = 60 * 60 * 24; // 1 day
$conf['store'] = 0;
$conf['skipRegex'] = '';
$conf['matchRegex'] = '';
