core: run agent cleanup worker every 1 min

This commit is contained in:
Evgeny Poberezkin
2026-01-14 08:08:46 +00:00
parent 2ecee42a40
commit 52d8293ca4

View File

@@ -59,7 +59,8 @@ defaultChatConfig =
{ agentConfig =
defaultAgentConfig
{ tcpPort = Nothing, -- agent does not listen to TCP
tbqSize = 1024
tbqSize = 1024,
cleanupInterval = 60 * 1000000, -- 1 minute, default is 5 min
},
chatVRange = supportedChatVRange,
confirmMigrations = MCConsole,