mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-05 11:05:49 +00:00
core: run agent cleanup worker every 1 min
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user