mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
docs: document --disable-http2 #5253
This commit is contained in:
parent
ec88b66dad
commit
19a5e1d63b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user