diff options
| author | Feuerfuchs <git@feuerfuchs.dev> | 2019-06-30 11:35:20 +0200 |
|---|---|---|
| committer | Feuerfuchs <git@feuerfuchs.dev> | 2019-06-30 11:35:20 +0200 |
| commit | f3849727ca8e83d88bbd6a521601359d41c62357 (patch) | |
| tree | e3e0a768d87850e03e7c8afbf31282d179f46149 /README.md | |
| parent | Upgrade to packr v2 (diff) | |
| download | gopherproxy-f3849727ca8e83d88bbd6a521601359d41c62357.tar.gz gopherproxy-f3849727ca8e83d88bbd6a521601359d41c62357.tar.bz2 gopherproxy-f3849727ca8e83d88bbd6a521601359d41c62357.zip | |
Add CLI flag for the concurrency level of libvips
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -32,6 +32,7 @@ Arguments: | |||
| 32 | - `-uri=<uri>`: The default address to open in the proxy (default: "floodgap.com") | 32 | - `-uri=<uri>`: The default address to open in the proxy (default: "floodgap.com") |
| 33 | - `-robots-file=<file>`: robots.txt file to serve to protect Gopher sites from web crawlers (default: "robots.txt") | 33 | - `-robots-file=<file>`: robots.txt file to serve to protect Gopher sites from web crawlers (default: "robots.txt") |
| 34 | - `-robots-debug=<true|false>`: Print output about clients ignoring robots.txt (this includes regular browsers) (default: false) | 34 | - `-robots-debug=<true|false>`: Print output about clients ignoring robots.txt (this includes regular browsers) (default: false) |
| 35 | - `-vips-concurrency=<n>: Concurrency level of libvips (i.e. number of worker threads)` | ||
| 35 | 36 | ||
| 36 | 37 | ||
| 37 | ## Development | 38 | ## Development |
