File tree Expand file tree Collapse file tree
handwritten/spanner/src/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 "max_rpc_timeout_millis" : 60000 ,
2222 "total_timeout_millis" : 600000
2323 },
24+ "streaming" : {
25+ "initial_retry_delay_millis" : 1000 ,
26+ "retry_delay_multiplier" : 1.3 ,
27+ "max_retry_delay_millis" : 32000 ,
28+ "initial_rpc_timeout_millis" : 120000 ,
29+ "rpc_timeout_multiplier" : 1.0 ,
30+ "max_rpc_timeout_millis" : 120000 ,
31+ "total_timeout_millis" : 1200000
32+ },
2433 "long_running" : {
2534 "initial_retry_delay_millis" : 1000 ,
2635 "retry_delay_multiplier" : 1.3 ,
6069 "ExecuteStreamingSql" : {
6170 "timeout_millis" : 3600000 ,
6271 "retry_codes_name" : " non_idempotent" ,
63- "retry_params_name" : " default "
72+ "retry_params_name" : " streaming "
6473 },
6574 "Read" : {
6675 "timeout_millis" : 30000 ,
7079 "StreamingRead" : {
7180 "timeout_millis" : 3600000 ,
7281 "retry_codes_name" : " non_idempotent" ,
73- "retry_params_name" : " default "
82+ "retry_params_name" : " streaming "
7483 },
7584 "BeginTransaction" : {
7685 "timeout_millis" : 30000 ,
You can’t perform that action at this time.
0 commit comments