Adding comments to the batch size config.

revert-70aa11f8
sinthuja 7 years ago
parent f2ea96efde
commit 4018d582ed

@ -32,6 +32,9 @@ import java.sql.SQLException;
import java.util.List;
public class OracleServerFeatureDAOImpl extends AbstractFeatureDAO {
/**
* Batch sizes greater than 10 throws array out of bound exception.
*/
private static int BATCH_SIZE = 10;
@Override

Loading…
Cancel
Save