Skip to content

Commit 4848c2d

Browse files
committed
cardano-node: fix LedgerDB selectorToArgs
1 parent 4c3e117 commit 4848c2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cardano-node/src/Cardano/Node/Configuration/LedgerDB.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@ selectorToArgs (V1LMDB ff fp l mxReaders) fastStoragePath =
148148
( maybe id (\overrideMaxReaders lim -> lim{LMDB.lmdbMaxReaders = overrideMaxReaders}) mxReaders $
149149
maybe id (\ll lim -> lim{LMDB.lmdbMapSize = toBytes ll}) l defaultLMDBLimits
150150
)
151-
selectorToArgs (V2LSM fp) fastStoragePath = LSM.mkLSMArgs (Proxy @blk) (fromMaybe "lsm" fp) fastStoragePath
151+
selectorToArgs (V2LSM fp) fastStoragePath = LSM.mkLSMArgsIO (Proxy @blk) (fromMaybe "lsm" fp) fastStoragePath

0 commit comments

Comments
 (0)