*) Minor changes to db performance test

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@992 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
theli 19 years ago
parent ec3af327f7
commit 9319445f38

@ -188,6 +188,7 @@ final class dbTable implements kelondroIndex {
if (commandCount >= batchlimit) {
sqlStatement.executeBatch();
commandCount = 0;
}
return row;

Loading…
Cancel
Save