tweaked batch size
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@977 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -25,7 +25,7 @@ public class BatchBuilder {
|
||||
List batches = new ArrayList();
|
||||
|
||||
int currentBatchSize = 0;
|
||||
int maxBatchSize = 20;
|
||||
int maxBatchSize = 10;
|
||||
|
||||
List wrappers = new ArrayList();
|
||||
for (Iterator i = occ.getTiles(); i.hasNext();) {
|
||||
|
Reference in New Issue
Block a user