From: Aaron Schulz Date: Wed, 7 Oct 2009 23:30:12 +0000 (+0000) Subject: increase batch size X-Git-Tag: 1.31.0-rc.0~39348 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=d3de7e8237bddf51ab98f95e52a4532012ca4e83;p=lhc%2Fweb%2Fwiklou.git increase batch size --- diff --git a/maintenance/populateLogSearch.inc b/maintenance/populateLogSearch.inc index d678191d42..be57f4b629 100644 --- a/maintenance/populateLogSearch.inc +++ b/maintenance/populateLogSearch.inc @@ -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__ );