Skip to content

Commit

Permalink
Merge 6cd565f into 742eff2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc committed Mar 23, 2020
2 parents 742eff2 + 6cd565f commit 82f57ea
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions documentation/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,16 +117,6 @@ default: 4

The maximum number of concurrent (ie. simultaneous) requests that will be performed by the Crawly workers.

### proxy :: binary()

Requests can be directed through a proxy. It will set the proxy option for the request.
It's possible to set proxy using the proxy value of Crawly config, for example:

```
config :crawly,
proxy: "<proxy_host>:<proxy_port>",
```

### retry :: Keyword list

Allows to configure the retry logic. Accepts the following configuration options:
Expand Down

0 comments on commit 82f57ea

Please sign in to comment.