Skip to content

Commit

Permalink
fix: readRowSettings use manual readRows settings instead of gapics (g…
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdietz authored and ad548 committed Mar 13, 2021
1 parent b622671 commit 6aa7888
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -546,8 +546,7 @@ private Builder() {
readRowSettings
.setRetryableCodes(readRowsSettings.getRetryableCodes())
.setRetrySettings(
baseDefaults
.readRowsSettings()
readRowsSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(IDEMPOTENT_RETRY_SETTINGS.getTotalTimeout())
Expand Down

0 comments on commit 6aa7888

Please sign in to comment.