PDA

View Full Version : How to up the limit in Inline Moderation


wraggster
02-03-2011, 10:57 AM
Is there a way to get higher than 200 in inline moderation, i need it to be as much as a 1000 for temp so i can mass promote to CMS in vb4

BirdOPrey5
02-03-2011, 01:13 PM
Your server would likely timeout at 1000 operations anyway. I have issues trying to operate on over a 100 threads at one time myself.

wraggster
02-03-2011, 01:47 PM
yeah im on a brand new super fast server, it can handle it, but i just need to find out if u can up it

BirdOPrey5
02-03-2011, 02:15 PM
You have to edit the file group_inlinemod.php

There is a line:

$itemlimit = 200;


Change it to whatever you want, though personally I still think it's a bad idea to try 1000.

wraggster
02-03-2011, 02:23 PM
yeah it will only be a very temp measure, thanks for that