There was an error while loading. Please reload this page.
1 parent 7210905 commit a461ee9Copy full SHA for a461ee9
src/Database/CouchDB/HTTP.hs
@@ -105,7 +105,6 @@ request path query method headers body = do
105
liftIO $ infoM "couchdb.http" $ "request failed; " ++ show n ++
106
" more tries left. Error code: " ++ show err ++ ", request: " ++
107
show req
108
- liftIO $ threadDelay 5000000
109
reopenConnection
110
retry (n-1)
111
Right val -> return val
0 commit comments