From f243f01bd1959ca1381906f8587dccc6294fcfcb Mon Sep 17 00:00:00 2001 From: IC Rainbow Date: Sun, 27 Oct 2024 12:34:11 +0200 Subject: [PATCH] fix test build --- tests/ChatClient.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/ChatClient.hs b/tests/ChatClient.hs index 49832d4a71..17cddab5e7 100644 --- a/tests/ChatClient.hs +++ b/tests/ChatClient.hs @@ -51,6 +51,7 @@ import qualified Simplex.Messaging.Crypto.Ratchet as CR import Simplex.Messaging.Protocol (srvHostnamesSMPClientVersion) import Simplex.Messaging.Server (runSMPServerBlocking) import Simplex.Messaging.Server.Env.STM +import Simplex.Messaging.Server.MsgStore.Types (AMSType (..), SMSType (..)) import Simplex.Messaging.Transport import Simplex.Messaging.Transport.Server (ServerCredentials (..), defaultTransportServerConfig) import Simplex.Messaging.Version @@ -424,9 +425,9 @@ smpServerCfg = tbqSize = 1, -- serverTbqSize = 1, msgStoreType = AMSType SMSMemory, - storeLogFile = Nothing, - storeMsgsFile = Nothing, msgQueueQuota = 16, + maxJournalMsgCount = 16, + maxJournalStateLines = 16, queueIdBytes = 12, msgIdBytes = 6, storeLogFile = Nothing,