zzyycc / bulk-loader

Automatically exported from code.google.com/p/bulk-loader
0 stars 0 forks source link

numConnections = 1; results in 2 loads at a time. #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
numConnections appears to be 0 based.
As a result setting

bulkLoaderInstance.numConnections = 1;

causes items to load two at a time.

Original issue reported on code.google.com by hos...@gmail.com on 29 Apr 2008 at 1:56

GoogleCodeExporter commented 8 years ago
Hi Hoss69.

This used to fix the case but has been fixed in trunk for a while. Updating to 
trunk should fix this.

Cheers
Arthur Debert

Original comment by debert on 21 May 2008 at 3:14