From 19a5e1d63b036c6c9ed58e0e6d923be32eb6a0e1 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 4 Feb 2022 10:57:53 +0000 Subject: [PATCH] docs: document --disable-http2 #5253 --- docs/content/docs.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/content/docs.md b/docs/content/docs.md index 640d51337..4ee1733d1 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -808,6 +808,12 @@ This flag can be useful for debugging and in exceptional circumstances (e.g. Google Drive limiting the total volume of Server Side Copies to 100 GiB/day). +### --disable-http2 + +This stops rclone from trying to use HTTP/2 if available. This can +sometimes speed up transfers due to a +[problem in the Go standard library](https://github.com/golang/go/issues/37373). + ### --dscp VALUE ### Specify a DSCP value or name to use in connections. This could help QoS