Skip to content

Commit

Permalink
feat: allow non default service account in DirectPath
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanli-ml committed Nov 22, 2023
1 parent c044180 commit d2f1623
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,8 @@ private Builder() {
sampleRowKeysSettings
.setRetryableCodes(IDEMPOTENT_RETRY_CODES)
.setRetrySettings(
IDEMPOTENT_RETRY_SETTINGS.toBuilder()
IDEMPOTENT_RETRY_SETTINGS
.toBuilder()
.setInitialRpcTimeout(Duration.ofMinutes(5))
.setMaxRpcTimeout(Duration.ofMinutes(5))
.build());
Expand Down

0 comments on commit d2f1623

Please sign in to comment.