1<?php
2/**
3 * Default settings for the pagestats plugin
4 */
5
6$conf['cacheTime'] = 3600; // 1 hour in seconds
7$conf['excludeNamespaces'] = '';
8$conf['showUnit'] = 1;