Skip to content

Commit 2a1a430

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
fix: update rpc timeout settings (#628)
1 parent 06fae6e commit 2a1a430

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/v1/subscriber_client_config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"initial_retry_delay_millis": 100,
2727
"retry_delay_multiplier": 1.3,
2828
"max_retry_delay_millis": 60000,
29-
"initial_rpc_timeout_millis": 12000,
29+
"initial_rpc_timeout_millis": 25000,
3030
"rpc_timeout_multiplier": 1.0,
31-
"max_rpc_timeout_millis": 12000,
31+
"max_rpc_timeout_millis": 25000,
3232
"total_timeout_millis": 600000
3333
},
3434
"streaming_messaging": {

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updateTime": "2019-05-21T11:21:25.330639Z",
2+
"updateTime": "2019-05-24T11:19:37.761336Z",
33
"sources": [
44
{
55
"generator": {
@@ -12,8 +12,8 @@
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "32a10f69e2c9ce15bba13ab1ff928bacebb25160",
16-
"internalRef": "249058354"
15+
"sha": "0537189470f04f24836d6959821c24197a0ed120",
16+
"internalRef": "249742806"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)