Skip to content

Commit

Permalink
Drop unrecognized master_connector/lease_transaction_timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-babenko committed May 5, 2023
1 parent 4f43cc7 commit 317903b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions yt/python/yt/environment/default_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 317903b

Please sign in to comment.