mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-26 10:58:02 +00:00
fix
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user