Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
fix: update generated retry settings (#136)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/58020715-0b4b-44c4-95c1-cbec2e342b42/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 320087063
Source-Link: googleapis/googleapis@519265c
  • Loading branch information
yoshi-automation committed Jul 8, 2020
1 parent 8d80537 commit af46f54
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Expand Up @@ -228,10 +228,10 @@ public static class Builder
.setInitialRetryDelay(Duration.ofMillis(100L))
.setRetryDelayMultiplier(1.3)
.setMaxRetryDelay(Duration.ofMillis(60000L))
.setInitialRpcTimeout(Duration.ofMillis(60000L))
.setInitialRpcTimeout(Duration.ofMillis(120000L))
.setRpcTimeoutMultiplier(1.0)
.setMaxRpcTimeout(Duration.ofMillis(60000L))
.setTotalTimeout(Duration.ofMillis(60000L))
.setMaxRpcTimeout(Duration.ofMillis(120000L))
.setTotalTimeout(Duration.ofMillis(120000L))
.build();
definitions.put("retry_policy_1_params", settings);
settings = RetrySettings.newBuilder().setRpcTimeoutMultiplier(1.0).build();
Expand Down
10 changes: 5 additions & 5 deletions synth.metadata
Expand Up @@ -4,23 +4,23 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-document-ai.git",
"sha": "d5b4aa361453b76bb702fa2d0aa076ca416c4d54"
"sha": "48a216a5ddaf8c249f85e3adfcdab2b8e795cc0e"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "0edf3ff6625f50cdcab5b3c40f2ef109bf73cef4",
"internalRef": "315961930"
"sha": "519265ce99de513ee6f1b7e8d6f23ecd7c4d83cf",
"internalRef": "320087063"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "0edf3ff6625f50cdcab5b3c40f2ef109bf73cef4",
"internalRef": "315961930"
"sha": "519265ce99de513ee6f1b7e8d6f23ecd7c4d83cf",
"internalRef": "320087063"
}
},
{
Expand Down

0 comments on commit af46f54

Please sign in to comment.