From 8b631fe7611954069f682226898bc07ffca1d0da Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin Date: Wed, 14 Jan 2026 09:59:52 +0000 Subject: [PATCH] fix --- src/Simplex/Chat.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,