aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFeuerfuchs <git@feuerfuchs.dev>2019-06-30 11:35:20 +0200
committerFeuerfuchs <git@feuerfuchs.dev>2019-06-30 11:35:20 +0200
commitf3849727ca8e83d88bbd6a521601359d41c62357 (patch)
treee3e0a768d87850e03e7c8afbf31282d179f46149 /README.md
parentUpgrade to packr v2 (diff)
downloadgopherproxy-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.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1898572..2e2cc24 100644
--- a/README.md
+++ b/README.md
@@ -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