mirror of https://github.com/voidlizard/hbs2
wtf
This commit is contained in:
parent
aa739d64e7
commit
6133c1cb2f
|
@ -8,7 +8,7 @@ defChunkSize :: Integral a => a
|
|||
defChunkSize = 500
|
||||
|
||||
defBlockSize :: Integer
|
||||
defBlockSize = 256 * 1024
|
||||
defBlockSize = 1024 * 1024
|
||||
|
||||
defStorePath :: IsString a => a
|
||||
defStorePath = "hbs2"
|
||||
|
|
|
@ -293,6 +293,8 @@ blockDownloadLoop cw = do
|
|||
stats0 <- newStatsIO
|
||||
|
||||
let blks = [ "GTtQp6QjK7G9Sh5Aq4koGSpMX398WRWn3DV28NUAYARg"
|
||||
, "5LoU2EVq7JSpiT9FmLEakVHxpsE989XnX6jE4gaUcLFA"
|
||||
, "CotHSTLrg8T5NrYxyhG1AeJrdz1s4A5PdtA95Fh96JX8"
|
||||
]
|
||||
|
||||
blq <- liftIO $ Q.newTBQueueIO defBlockDownloadQ
|
||||
|
|
Loading…
Reference in New Issue