mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-03-15 16:53:11 +00:00
FSStore instead of SQLiteStore
This commit is contained in:
parent
2bacdd85df
commit
8c59392526
@ -141,7 +141,7 @@ proc new*(T: type CodexServer, config: CodexConf): T =
|
||||
msg: "Unable to create data directory for block store: " & repoDir)
|
||||
|
||||
let
|
||||
localStore = SQLiteStore.new(repoDir, cache = cache)
|
||||
localStore = FSStore.new(repoDir, cache = cache)
|
||||
peerStore = PeerCtxStore.new()
|
||||
pendingBlocks = PendingBlocksManager.new()
|
||||
discovery = DiscoveryEngine.new(localStore, peerStore, network, blockDiscovery, pendingBlocks)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user