Skip to content

Commit

Permalink
fix: readRowSettings use manual readRows settings instead of gapics (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdietz committed Nov 10, 2020
1 parent b48cbd3 commit 0ef7c5d
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 0ef7c5d

Please sign in to comment.