File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
spanner/google/cloud/spanner_v1/gapic Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 1616 "max_rpc_timeout_millis" : 60000 ,
1717 "total_timeout_millis" : 600000
1818 },
19+ "streaming" : {
20+ "initial_retry_delay_millis" : 1000 ,
21+ "retry_delay_multiplier" : 1.3 ,
22+ "max_retry_delay_millis" : 32000 ,
23+ "initial_rpc_timeout_millis" : 120000 ,
24+ "rpc_timeout_multiplier" : 1.0 ,
25+ "max_rpc_timeout_millis" : 120000 ,
26+ "total_timeout_millis" : 1200000
27+ },
1928 "long_running" : {
2029 "initial_retry_delay_millis" : 1000 ,
2130 "retry_delay_multiplier" : 1.3 ,
5564 "ExecuteStreamingSql" : {
5665 "timeout_millis" : 3600000 ,
5766 "retry_codes_name" : "non_idempotent" ,
58- "retry_params_name" : "default "
67+ "retry_params_name" : "streaming "
5968 },
6069 "Read" : {
6170 "timeout_millis" : 30000 ,
6574 "StreamingRead" : {
6675 "timeout_millis" : 3600000 ,
6776 "retry_codes_name" : "non_idempotent" ,
68- "retry_params_name" : "default "
77+ "retry_params_name" : "streaming "
6978 },
7079 "BeginTransaction" : {
7180 "timeout_millis" : 30000 ,
You can’t perform that action at this time.
0 commit comments