File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ def __init__(
217
217
startup_nodes : Optional [List ["ClusterNode" ]] = None ,
218
218
require_full_coverage : bool = True ,
219
219
read_from_replicas : bool = False ,
220
- reinitialize_steps : int = 10 ,
220
+ reinitialize_steps : int = 5 ,
221
221
cluster_error_retry_attempts : int = 3 ,
222
222
connection_error_retry_attempts : int = 3 ,
223
223
max_connections : int = 2 ** 31 ,
Original file line number Diff line number Diff line change @@ -432,7 +432,7 @@ def __init__(
432
432
cluster_error_retry_attempts : int = 3 ,
433
433
retry : Optional ["Retry" ] = None ,
434
434
require_full_coverage : bool = False ,
435
- reinitialize_steps : int = 10 ,
435
+ reinitialize_steps : int = 5 ,
436
436
read_from_replicas : bool = False ,
437
437
dynamic_startup_nodes : bool = True ,
438
438
url : Optional [str ] = None ,
@@ -1698,7 +1698,7 @@ def __init__(
1698
1698
startup_nodes : Optional [List ["ClusterNode" ]] = None ,
1699
1699
read_from_replicas : bool = False ,
1700
1700
cluster_error_retry_attempts : int = 3 ,
1701
- reinitialize_steps : int = 10 ,
1701
+ reinitialize_steps : int = 5 ,
1702
1702
lock = None ,
1703
1703
** kwargs ,
1704
1704
):
You can’t perform that action at this time.
0 commit comments