Skip to content

Commit

Permalink
removing confusing options
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-strizhakov authored and teamon committed Jul 22, 2019
1 parent bb06f0f commit 5551111
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/tesla/adapter/gun.ex
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ if Code.ensure_loaded?(:gun) do
* `http_opts` - Options specific to the HTTP protocol.
* `http2_opts` - Options specific to the HTTP/2 protocol.
* `protocols` - Ordered list of preferred protocols. Defaults: [http2, http] - for :tls, [http] - for :tcp.
* `retry` - Number of times Gun will try to reconnect on failure before giving up. Default: 5
* `retry_timeout` - Time between retries in milliseconds. Default: 5000
* `trace` - Whether to enable dbg tracing of the connection process. Should only be used during debugging. Default: false.
* `transport` - Whether to use TLS or plain TCP. The default varies depending on the port used. Port 443 defaults to tls.
All other ports default to tcp.
Expand Down

0 comments on commit 5551111

Please sign in to comment.