docs: document --disable-http2 #5253

This commit is contained in:
Nick Craig-Wood 2022-02-04 10:57:53 +00:00
parent ec88b66dad
commit 19a5e1d63b

View File

@ -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 (e.g. Google Drive limiting the total volume of Server Side Copies to
100 GiB/day). 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 ### ### --dscp VALUE ###
Specify a DSCP value or name to use in connections. This could help QoS Specify a DSCP value or name to use in connections. This could help QoS