tweak offset limit up to 20k for now; en.wikipedia maintenance dudes. :P
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 13 Mar 2008 20:47:44 +0000 (20:47 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 13 Mar 2008 20:47:44 +0000 (20:47 +0000)
ideally we'll change this to use a nice date-based offset

includes/SpecialNewpages.php

index 16b5642..741aad1 100644 (file)
@@ -45,7 +45,7 @@ class NewPagesPage extends QueryPage {
                if( $shownavigation ) {
                        // Some hopefully reasonable limits...
                        $max = array(
-                               /* int */ 'offset' => 5000,
+                               /* int */ 'offset' => 20000,
                                /* int */ 'limit' => 500,
                        );
                } else {