Skip to content

Commit

Permalink
fix: Temporarily restoring storage_grpc_service_config.json to fix br…
Browse files Browse the repository at this point in the history
…oken test

PiperOrigin-RevId: 604727220
  • Loading branch information
Google APIs authored and Copybara-Service committed Feb 6, 2024
1 parent e4dce13 commit 0518a59
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion google/storage/v2/storage_grpc_service_config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
{
"methodConfig": []
"methodConfig": [{
"name": [{ "service": "google.storage.v2.Storage"}],
"timeout": "60s",
"retryPolicy": {
"maxAttempts": 5,
"initialBackoff": "1s",
"maxBackoff": "60s",
"backoffMultiplier": 2,
"retryableStatusCodes": [
"DEADLINE_EXCEEDED", "UNAVAILABLE"
]
}
}]
}

0 comments on commit 0518a59

Please sign in to comment.