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