docs: align heartbeat defaults note

Co-authored-by: fatedier <7346661+fatedier@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-02-03 03:23:40 +00:00
parent 1bbbbaac85
commit bc637912d6

View File

@ -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