Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow to disable HTTP requests timeouts (#2146)
Since the upgrade of Ecto, it doesn't have the issue with timeouts (nor pool timeouts) anymore, due to Ecto using a new queing system[0]. But we've also upgraded Cowboy, and now has a default 1-minute timeout for HTTP requests[1]. So, in order for large downloads not to fail, that's the timeout we have to remove. [0]: elixir-ecto/ecto#2833 (comment) [1]: https://elixirforum.com/t/request-to-phoenix-server-times-out-after-60-seconds/20851/6
- Loading branch information