diff options
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample index a6cada77a..c2b27408c 100644 --- a/config.php.sample +++ b/config.php.sample @@ -159,3 +159,9 @@ $config['sphinx']['port'] = 3312; # Add Google Analytics # require_once('plugins/GoogleAnalyticsPlugin.php'); # $ga = new GoogleAnalyticsPlugin('your secret code'); + +#Don't allow saying the same thing more than once per hour +#$config['site']['dupelimit'] = 3600; +#Don't enforce the dupe limit +#$config['site']['dupelimit'] = -1; + |