Skip to content

Commit

Permalink
Updated value of bulkCopyForBatchInsertTimeout to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
muskan124947 committed Jan 17, 2025
1 parent 96fa336 commit 9106cb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ public void setBulkCopyForBatchInsertBatchSize(int bulkCopyForBatchInsertBatchSi
/**
* The default timeout for bulk copy operations.
*/
private int bulkCopyForBatchInsertTimeout = 0;
private int bulkCopyForBatchInsertTimeout = 60;

/**
* Returns the bulkCopyForBatchInsertTimeout value.
Expand Down

0 comments on commit 9106cb4

Please sign in to comment.