2010/1/23 李琴 qli@ica.stc.sh.cn:
hi all, I built a local wiki, and I want to set the recentchange limit to 500|1000|5000|10000. I changed the $wgRCLinkLimits = array( 50, 100, 250, 500 ); to $wgRCLinkLimits = array( 500, 1000, 5000, 10000 ); and 'rclimit' => 10000.
Is this right? Or is there something more to do?
Looks OK. Have you tried to see if it works yet?
Roan Kattouw (Catrope)