Skip to content

Commit

Permalink
update gapic retry config (#2390)
Browse files Browse the repository at this point in the history
  • Loading branch information
swcloud authored Jun 15, 2017
1 parent df09f8d commit 19732ed
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/google-cloud-speech/src/v1/speech_client_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"DEADLINE_EXCEEDED",
"UNAVAILABLE"
],
"non_idempotent": [
"UNAVAILABLE"
]
"non_idempotent": []
},
"retry_params": {
"default": {
Expand All @@ -23,7 +21,7 @@
},
"methods": {
"Recognize": {
"timeout_millis": 60000,
"timeout_millis": 190000,
"retry_codes_name": "idempotent",
"retry_params_name": "default"
},
Expand Down

0 comments on commit 19732ed

Please sign in to comment.