We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b5ca0 commit e92ec41Copy full SHA for e92ec41
google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ReadWriteTransaction.java
@@ -284,7 +284,7 @@ private ReadWriteTransaction(Builder builder) {
284
// emulator is fast, so increasing the limit is reasonable.
285
this.maxInternalRetries =
286
builder.usesEmulator && builder.retryAbortsInternally
287
- ? DEFAULT_MAX_INTERNAL_RETRIES * 10
+ ? DEFAULT_MAX_INTERNAL_RETRIES * 50
288
: DEFAULT_MAX_INTERNAL_RETRIES;
289
this.dbClient = builder.dbClient;
290
this.delayTransactionStartUntilFirstWrite = builder.delayTransactionStartUntilFirstWrite;
0 commit comments