Improve conversation realtime refresh and heartbeat defaults
This commit is contained in:
@@ -704,7 +704,7 @@ void (async () => {
|
||||
|
||||
setInterval(() => {
|
||||
void heartbeat();
|
||||
}, config.heartbeatIntervalMs ?? 60000);
|
||||
}, config.heartbeatIntervalMs ?? 15000);
|
||||
|
||||
setInterval(() => {
|
||||
void pollMasterAgentTasks(config, runtime);
|
||||
|
||||
Reference in New Issue
Block a user