mirror of https://github.com/voidlizard/hbs2
...
This commit is contained in:
parent
2f4bfe1cfb
commit
2525f1abb0
|
@ -52,7 +52,7 @@ main = do
|
|||
|
||||
storage <- simpleStorageInit opts :: IO (SimpleStorage HbSync)
|
||||
|
||||
w1 <- replicateM 1 $ async (simpleStorageWorker storage)
|
||||
w1 <- replicateM 128 $ async (simpleStorageWorker storage)
|
||||
|
||||
cw <- newChunkWriterIO @HbSync storage (Just (dir </> ".qqq"))
|
||||
|
||||
|
|
Loading…
Reference in New Issue