From 317903b8d19453cb7ac7b627a860fb0b3f8cdb0c Mon Sep 17 00:00:00 2001 From: babenko Date: Fri, 5 May 2023 08:46:51 +0300 Subject: [PATCH] Drop unrecognized master_connector/lease_transaction_timeout --- yt/python/yt/environment/default_config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/yt/python/yt/environment/default_config.py b/yt/python/yt/environment/default_config.py index 55f1664e594b..a6d0e79a7214 100644 --- a/yt/python/yt/environment/default_config.py +++ b/yt/python/yt/environment/default_config.py @@ -569,7 +569,6 @@ def get_node_config(): master_connector = { heartbeat_period = 100; heartbeat_period_splay = 30; - lease_transaction_timeout = 3000; }; use_new_heartbeats = %true; @@ -678,7 +677,6 @@ def get_chaos_node_config(): master_connector = { heartbeat_period = 100; heartbeat_period_splay = 30; - lease_transaction_timeout = 3000; }; use_new_heartbeats = %true;