Skip to content

Commit 19732ed

Browse files
authored
update gapic retry config (#2390)
1 parent df09f8d commit 19732ed

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/google-cloud-speech/src/v1/speech_client_config.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"DEADLINE_EXCEEDED",
77
"UNAVAILABLE"
88
],
9-
"non_idempotent": [
10-
"UNAVAILABLE"
11-
]
9+
"non_idempotent": []
1210
},
1311
"retry_params": {
1412
"default": {
@@ -23,7 +21,7 @@
2321
},
2422
"methods": {
2523
"Recognize": {
26-
"timeout_millis": 60000,
24+
"timeout_millis": 190000,
2725
"retry_codes_name": "idempotent",
2826
"retry_params_name": "default"
2927
},

0 commit comments

Comments
 (0)