This commit is contained in:
Dmitry Zuikov 2023-01-27 11:24:53 +03:00
parent 2f4bfe1cfb
commit 2525f1abb0
1 changed files with 1 additions and 1 deletions

View File

@ -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"))