test(gateway): disable heartbeat in codex bind live · openclaw/openclaw@53423a2
vincentkoc
·
2026-05-06
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -291,6 +291,7 @@ async function writeGatewayConfig(params: {
|
291 | 291 | agentRuntime: { id: "codex" }, |
292 | 292 | model: { primary: `codex/${params.model}` }, |
293 | 293 | skipBootstrap: true, |
| 294 | +heartbeat: { every: "0m" }, |
294 | 295 | sandbox: { mode: "off" }, |
295 | 296 | }, |
296 | 297 | }, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。