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:
Tom Copeland
2002-09-24 12:34:30 +00:00
parent 30456a1785
commit ff61a00cbd

View File

@ -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();) {