Skip to content

Commit

Permalink
fix: update default RPC retry timeouts to match other languages (#1399)
Browse files Browse the repository at this point in the history
Fixes: #1398
  • Loading branch information
feywind committed Sep 23, 2021
1 parent be607ea commit 8c1afee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/v1/publisher_client_config.json
Expand Up @@ -30,8 +30,8 @@
"initial_retry_delay_millis": 100,
"retry_delay_multiplier": 1.3,
"max_retry_delay_millis": 60000,
"initial_rpc_timeout_millis": 60000,
"rpc_timeout_multiplier": 1,
"initial_rpc_timeout_millis": 5000,
"rpc_timeout_multiplier": 1.3,
"max_rpc_timeout_millis": 60000,
"total_timeout_millis": 600000
}
Expand Down

0 comments on commit 8c1afee

Please sign in to comment.