Skip to content

Commit fd73827

Browse files
authored
chore(AIP-4221): change example retry policy values (#1519)
1 parent c2c6b11 commit fd73827

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

aip/client-libraries/4221.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ service, except for those that are explicitly named which get no `RetryPolicy`.
8686
"timeout": "60s",
8787
"retryPolicy": {
8888
"maxAttempts": 3,
89-
"initialBackoff": "0.01s",
90-
"maxBackoff": "60s",
91-
"backoffMultiplier": 1.3,
89+
"initialBackoff": "1s",
90+
"maxBackoff": "10s",
91+
"backoffMultiplier": 2,
9292
"retryableStatusCodes": ["UNAVAILABLE"]
9393
}
9494
},
@@ -102,7 +102,7 @@ service, except for those that are explicitly named which get no `RetryPolicy`.
102102
{ "service": "google.example.library.v1.LibraryService", "method": "MoveBook" }
103103
],
104104
"waitForReady": true,
105-
"timeout": "60s"
105+
"timeout": "10s"
106106
}]
107107
}
108108
```

0 commit comments

Comments
 (0)