We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
selectorToArgs
1 parent 4c3e117 commit 4848c2dCopy full SHA for 4848c2d
1 file changed
cardano-node/src/Cardano/Node/Configuration/LedgerDB.hs
@@ -148,4 +148,4 @@ selectorToArgs (V1LMDB ff fp l mxReaders) fastStoragePath =
148
( maybe id (\overrideMaxReaders lim -> lim{LMDB.lmdbMaxReaders = overrideMaxReaders}) mxReaders $
149
maybe id (\ll lim -> lim{LMDB.lmdbMapSize = toBytes ll}) l defaultLMDBLimits
150
)
151
-selectorToArgs (V2LSM fp) fastStoragePath = LSM.mkLSMArgs (Proxy @blk) (fromMaybe "lsm" fp) fastStoragePath
+selectorToArgs (V2LSM fp) fastStoragePath = LSM.mkLSMArgsIO (Proxy @blk) (fromMaybe "lsm" fp) fastStoragePath
0 commit comments