Improve conversation realtime refresh and heartbeat defaults

This commit is contained in:
kris
2026-04-07 14:17:30 +08:00
parent 233f61a649
commit f83ab50d6b
7 changed files with 82 additions and 10 deletions

View File

@@ -704,7 +704,7 @@ void (async () => {
setInterval(() => {
void heartbeat();
}, config.heartbeatIntervalMs ?? 60000);
}, config.heartbeatIntervalMs ?? 15000);
setInterval(() => {
void pollMasterAgentTasks(config, runtime);