Remove timeout for ui requests (#873) (#890)

This commit is contained in:
Raúl Benencia 2017-06-27 19:03:47 -03:00 committed by Andrey Kuzmin
parent a7009a9db7
commit 41c5aaf3f4
2 changed files with 3 additions and 3 deletions

View File

@ -81,7 +81,7 @@ request method headers url body decoder =
, url = url , url = url
, body = body , body = body
, expect = Http.expectJson decoder , expect = Http.expectJson decoder
, timeout = Just defaultTimeout , timeout = Nothing
, withCredentials = False , withCredentials = False
} }

File diff suppressed because one or more lines are too long