Mikołaj Kutryj

Results 1 comments of Mikołaj Kutryj

:wave: You can set request [options](https://hexdocs.pm/httpoison/HTTPoison.Request.html) for underlying `HTTPoison` client like this: ```elixir config :tentacat, request_options: [ timeout: :timer.seconds(15), recv_timeout: :timer.seconds(10) ] ``` There are more options you can set...