Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix!: remove default deadline for AppendRows API #1101

Merged
merged 1 commit into from May 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -276,10 +276,10 @@ public static class Builder extends StubSettings.Builder<BigQueryWriteStubSettin
.setInitialRetryDelay(Duration.ofMillis(100L))
.setRetryDelayMultiplier(1.3)
.setMaxRetryDelay(Duration.ofMillis(60000L))
.setInitialRpcTimeout(Duration.ofMillis(86400000L))
.setInitialRpcTimeout(Duration.ofMillis(5000L))
.setRpcTimeoutMultiplier(1.0)
.setMaxRpcTimeout(Duration.ofMillis(86400000L))
.setTotalTimeout(Duration.ofMillis(86400000L))
.setMaxRpcTimeout(Duration.ofMillis(5000L))
.setTotalTimeout(Duration.ofMillis(5000L))
.build();
definitions.put("retry_policy_4_params", settings);
settings =
Expand Down
14 changes: 7 additions & 7 deletions synth.metadata
Expand Up @@ -11,31 +11,31 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
"sha": "7db505052cfc580082b197bf95a4d8d98e22e69c"
"sha": "12c401feec1fb7fbaf39ea7ccffee4a02faffeb3"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "131ae3e375c05856d7d77cd146dc2af92650eb38",
"internalRef": "374252908"
"sha": "ad721f20077dc48369def7afe6d48199581444f7",
"internalRef": "376121492"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "131ae3e375c05856d7d77cd146dc2af92650eb38",
"internalRef": "374252908"
"sha": "ad721f20077dc48369def7afe6d48199581444f7",
"internalRef": "376121492"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "131ae3e375c05856d7d77cd146dc2af92650eb38",
"internalRef": "374252908"
"sha": "ad721f20077dc48369def7afe6d48199581444f7",
"internalRef": "376121492"
}
},
{
Expand Down