You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Req adapter, requests seem to be capped at 5 seconds in terms of timeouts. Because that's the default that gets passed to Task.await/2 here:
Req adapter timeout fixed
When using
Req
adapter, requests seem to be capped at 5 seconds in terms of timeouts. Because that's the default that gets passed toTask.await/2
here:reverse_proxy_plug/lib/reverse_proxy_plug/http_client/adapters/req.ex
Line 103 in 420e97a
The default comes from https://hexdocs.pm/elixir/1.17.3/Task.html#await/2.
The text was updated successfully, but these errors were encountered: