mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-10 07:51:56 +00:00
fix
This commit is contained in:
+1
-1
@@ -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