lance.MergeInsertBuilder.conflict_retries(max_retries: int) MergeInsertBuilder

Set number of times to retry the operation if there is contention.

If this is set > 0, then the operation will keep a copy of the input data either in memory or on disk (depending on the size of the data) and will retry the operation if there is contention.

Default is 10.