From bc637912d62982006a71c158d2428041661ad031 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Feb 2026 03:23:40 +0000 Subject: [PATCH] docs: align heartbeat defaults note Co-authored-by: fatedier <7346661+fatedier@users.noreply.github.com> --- conf/frpc_full_example.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/frpc_full_example.toml b/conf/frpc_full_example.toml index ffa10ab6..b0bcf884 100644 --- a/conf/frpc_full_example.toml +++ b/conf/frpc_full_example.toml @@ -135,8 +135,8 @@ transport.tls.enable = true # Heartbeat configure, it's not recommended to modify the default value. # If tcpMux is enabled (default), heartbeat is disabled and tcp mux keepalive # interval controls the liveness detection instead. -# The default value of heartbeatInterval is 30 and heartbeatTimeout is 90. Set negative value -# to disable it. +# When tcpMux is disabled, the defaults are heartbeatInterval = 30 and heartbeatTimeout = 90. +# Set negative value to disable it. # transport.heartbeatInterval = 30 # transport.heartbeatTimeout = 90