mirror of https://github.com/voidlizard/hbs2
DDD works
This commit is contained in:
parent
930c8b0a7b
commit
96322d15ff
|
@ -661,7 +661,7 @@ downloadDispatcher brains env = flip runContT pure do
|
||||||
Just s -> pure s
|
Just s -> pure s
|
||||||
Nothing -> do
|
Nothing -> do
|
||||||
-- TODO: semaphore-hardcode
|
-- TODO: semaphore-hardcode
|
||||||
new <- TSem.newTSem 10
|
new <- TSem.newTSem 50
|
||||||
modifyTVar _psem (HM.insert nonce new)
|
modifyTVar _psem (HM.insert nonce new)
|
||||||
pure new
|
pure new
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue