We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ea499 commit b6bf9ffCopy full SHA for b6bf9ff
plutus-script-evaluation/lib/Evaluate.hs
@@ -108,7 +108,7 @@ evaluateScripts conn startBlock callback = do
108
waitForAFreeThread maxThreads counter = do
109
threadCount <- readIORef counter
110
when (threadCount >= maxThreads) do
111
- threadDelay 60_000 -- wait for 60ms
+ threadDelay 1_000 -- wait for 1ms
112
waitForAFreeThread maxThreads counter
113
114
inputFromRecord
0 commit comments