File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1832,7 +1832,7 @@ def _update_maintenance_events_configs_for_connections(
1832
1832
def _update_connection_kwargs_for_maintenance_events (self ):
1833
1833
"""Store original connection parameters for maintenance events."""
1834
1834
if self .connection_kwargs .get ("orig_host_address" , None ) is None :
1835
- # if orig_host_address is None it means we haven't
1835
+ # If orig_host_address is None it means we haven't
1836
1836
# configured the original values yet
1837
1837
self .connection_kwargs .update (
1838
1838
{
Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ def test_init_defaults(self):
381
381
config = MaintenanceEventsConfig ()
382
382
assert config .enabled is True
383
383
assert config .proactive_reconnect is True
384
- assert config .relax_timeout == 20
384
+ assert config .relax_timeout == 10
385
385
386
386
def test_init_custom_values (self ):
387
387
"""Test MaintenanceEventsConfig initialization with custom values."""
You can’t perform that action at this time.
0 commit comments