From 10ba2f7a7c74cd7cb2dd2e31c297dd306cac46a7 Mon Sep 17 00:00:00 2001 From: Manan Gupta Date: Tue, 14 May 2024 15:37:23 +0530 Subject: [PATCH] feat: remove the default for replica-net-timeout Signed-off-by: Manan Gupta --- config/mycnf/mysql80.cnf | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/mycnf/mysql80.cnf b/config/mycnf/mysql80.cnf index 5fd329ea2b2..13447a7de0a 100644 --- a/config/mycnf/mysql80.cnf +++ b/config/mycnf/mysql80.cnf @@ -32,6 +32,3 @@ loose_rpl_semi_sync_master_wait_no_slave = 1 # in super-read-only mode. super-read-only -# Replication parameters to ensure reparents are fast. -slave_net_timeout = 8 -