Skip to content

Commit

Permalink
Remove timeout for ui requests (#873) (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
rul authored and w0rm committed Jun 27, 2017
1 parent a7009a9 commit 41c5aaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ui/app/src/Utils/Api.elm
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ request method headers url body decoder =
, url = url
, body = body
, expect = Http.expectJson decoder
, timeout = Just defaultTimeout
, timeout = Nothing
, withCredentials = False
}

Expand Down
4 changes: 2 additions & 2 deletions ui/bindata.go

Large diffs are not rendered by default.

0 comments on commit 41c5aaf

Please sign in to comment.