We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cbb12f commit 13a9fdbCopy full SHA for 13a9fdb
1 file changed
handwritten/bigtable/src/v2/bigtable_client_config.json
@@ -17,13 +17,22 @@
17
"rpc_timeout_multiplier": 1.0,
18
"max_rpc_timeout_millis": 20000,
19
"total_timeout_millis": 600000
20
+ },
21
+ "streaming": {
22
+ "initial_retry_delay_millis": 100,
23
+ "retry_delay_multiplier": 1.3,
24
+ "max_retry_delay_millis": 60000,
25
+ "initial_rpc_timeout_millis": 20000,
26
+ "rpc_timeout_multiplier": 1.0,
27
+ "max_rpc_timeout_millis": 20000,
28
+ "total_timeout_millis": 3600000
29
}
30
},
31
"methods": {
32
"ReadRows": {
- "timeout_millis": 60000,
- "retry_codes_name": "non_idempotent",
- "retry_params_name": "default"
33
+ "timeout_millis": 3600000,
34
+ "retry_codes_name": "idempotent",
35
+ "retry_params_name": "streaming"
36
37
"SampleRowKeys": {
38
"timeout_millis": 60000,
0 commit comments