increase batch size
authorAaron Schulz <aaron@users.mediawiki.org>
Wed, 7 Oct 2009 23:30:12 +0000 (23:30 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Wed, 7 Oct 2009 23:30:12 +0000 (23:30 +0000)
maintenance/populateLogSearch.inc

index d678191..be57f4b 100644 (file)
@@ -8,7 +8,7 @@
  * @ingroup Maintenance
  */
 
-define( 'LOG_SEARCH_BATCH_SIZE', 100 );
+define( 'LOG_SEARCH_BATCH_SIZE', 300 );
 
 function migrate_log_params( $db ) {
        $start = $db->selectField( 'logging', 'MIN(log_id)', false, __FUNCTION__ );