version, expire backups after 5 min

This commit is contained in:
Evgeny Poberezkin
2025-02-17 18:18:59 +00:00
parent 899e447141
commit 55f97dca4d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
cabal-version: 1.12
name: simplexmq
version: 6.3.0.501
version: 6.3.0.502
synopsis: SimpleXMQ message broker
description: This package includes <./docs/Simplex-Messaging-Server.html server>,
<./docs/Simplex-Messaging-Client.html client> and

View File

@@ -367,7 +367,7 @@ mkJournalStoreConfig storePath msgQueueQuota maxJournalMsgCount maxJournalStateL
maxStateLines = maxJournalStateLines,
stateTailSize = defaultStateTailSize,
idleInterval = idleQueueInterval,
expireBackupsAfter = 14 * nominalDay,
expireBackupsAfter = 300, -- 14 * nominalDay,
keepMinBackups = 2
}