diff --git a/src/Simplex/Chat.hs b/src/Simplex/Chat.hs index 51e189fd71..534547c92b 100644 --- a/src/Simplex/Chat.hs +++ b/src/Simplex/Chat.hs @@ -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,