DDD works

This commit is contained in:
voidlizard 2024-11-14 12:55:04 +03:00
parent 63abb6d4cb
commit f666d89c18
1 changed files with 1 additions and 1 deletions

View File

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