]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - config.php.sample
Added the new pinghandler to the stopdaemons script and improved the behaviour and...
[quix0rs-gnu-social.git] / config.php.sample
index a6cada77a27bcf9b2a46f0126f123a1dce6fa733..c2b27408cd52aa2db712a2e34fd9281da4b3f8fa 100644 (file)
@@ -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;
+