Skip to content

Commit 27ef5f9

Browse files
committed
Increase shortWait delay in explorer worker
1 parent e1212ae commit 27ef5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RSCoin/Bank/Worker.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ runExplorerWorker mainIsBusy sk st =
8686
handler (e :: SomeException) = do
8787
C.logError $ sformat ("Error occurred inside ExplorerWorker: " % build) e
8888
wait $ for 10 sec
89-
shortWait = wait $ for 10 ms
89+
shortWait = wait $ for 200 ms
9090
-- It would be much more elegant to use MVar here, but it's not
9191
-- supported by C.WorkMode
9292
waitUntilPredicate predicate =

0 commit comments

Comments
 (0)