fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-08-23 01:28 pm

[dw-free] configs need tweaking to produce desired maxcomments effect

[commit: http://hg.dwscoalition.org/dw-free/rev/091b93ec61d8]

http://bugs.dwscoalition.org/show_bug.cgi?id=3788

Increase maxcomments to 10000, up from 5000

Patch by [personal profile] kareila.

Files modified:
  • etc/config.pl
--------------------------------------------------------------------------------
diff -r 4847054977aa -r 091b93ec61d8 etc/config.pl
--- a/etc/config.pl	Tue Aug 23 21:16:39 2011 +0800
+++ b/etc/config.pl	Tue Aug 23 21:28:13 2011 +0800
@@ -293,7 +293,7 @@
             'mod_queue_per_poster' => 5,
             'hide_email_after' => 60,
             'userlinks' => 10,
-            'maxcomments' => 5000,
+            'maxcomments' => 10000,
             'rateperiod-lostinfo' => 60*60*24, # 24 hours
             'rateallowed-lostinfo' => 3,
             'rateperiod-failed_login' => 60*5, # 5 minutes
--------------------------------------------------------------------------------