We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1212ae commit 27ef5f9Copy full SHA for 27ef5f9
src/RSCoin/Bank/Worker.hs
@@ -86,7 +86,7 @@ runExplorerWorker mainIsBusy sk st =
86
handler (e :: SomeException) = do
87
C.logError $ sformat ("Error occurred inside ExplorerWorker: " % build) e
88
wait $ for 10 sec
89
- shortWait = wait $ for 10 ms
+ shortWait = wait $ for 200 ms
90
-- It would be much more elegant to use MVar here, but it's not
91
-- supported by C.WorkMode
92
waitUntilPredicate predicate =
0 commit comments