Skip to content

Commit a461ee9

Browse files
author
Arjun Guha
committed
Fixed finally bug
1 parent 7210905 commit a461ee9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Database/CouchDB/HTTP.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ request path query method headers body = do
105105
liftIO $ infoM "couchdb.http" $ "request failed; " ++ show n ++
106106
" more tries left. Error code: " ++ show err ++ ", request: " ++
107107
show req
108-
liftIO $ threadDelay 5000000
109108
reopenConnection
110109
retry (n-1)
111110
Right val -> return val

0 commit comments

Comments
 (0)