From 22809e497e7d5d20a8c99a10d3c7cd9bd54dd511 Mon Sep 17 00:00:00 2001 From: Max Englander Date: Fri, 19 Jan 2024 15:17:33 -0500 Subject: [PATCH] examples: rm heartbeat flags (#14980) Signed-off-by: Max Englander --- examples/common/scripts/vttablet-up.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/common/scripts/vttablet-up.sh b/examples/common/scripts/vttablet-up.sh index 56d212af218..764b7c1f426 100755 --- a/examples/common/scripts/vttablet-up.sh +++ b/examples/common/scripts/vttablet-up.sh @@ -53,9 +53,6 @@ vttablet \ --grpc_port $grpc_port \ --service_map 'grpc-queryservice,grpc-tabletmanager,grpc-updatestream' \ --pid_file $VTDATAROOT/$tablet_dir/vttablet.pid \ - --heartbeat_enable \ - --heartbeat_interval=250ms \ - --heartbeat_on_demand_duration=5s \ > $VTDATAROOT/$tablet_dir/vttablet.out 2>&1 & # Block waiting for the tablet to be listening