Fixed - BatchOptions.retryAttempts = 0 isn't applied for RBatch object. #5021

pull/5038/head
Nikita Koksharov 2 years ago
parent 696396c328
commit d9959f1422

@ -67,7 +67,7 @@ public final class BatchOptions {
private ExecutionMode executionMode = ExecutionMode.IN_MEMORY;
private long responseTimeout;
private int retryAttempts;
private int retryAttempts = -1;
private long retryInterval;
private long syncTimeout;

Loading…
Cancel
Save