This commit is contained in:
Evgeny Poberezkin
2026-01-14 09:59:52 +00:00
parent 52d8293ca4
commit 8b631fe761

View File

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