#i need completely close heartbeat but i don`t konw how to apply
1 messages ยท Page 1 of 1 (latest)
To fully disable heartbeat, set the interval to 0m, then restart the gateway:
openclaw config set agents.defaults.heartbeat.every "0m"
openclaw gateway restart
If you edit openclaw.json manually, use:
{
agents: {
defaults: {
heartbeat: { every: "0m" }
}
}