From 4760f7ae043f86339198c0943a05b5369ef6a74e Mon Sep 17 00:00:00 2001 From: Wim Brand Date: Mon, 11 Nov 2024 14:20:12 +0100 Subject: [PATCH] Add note about disabling http2 for rclone --- res/include/md/filesystem.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/res/include/md/filesystem.md b/res/include/md/filesystem.md index 6819a1b..afdf19a 100644 --- a/res/include/md/filesystem.md +++ b/res/include/md/filesystem.md @@ -106,6 +106,14 @@ A few example use cases of rclone are: bisync](https://rclone.org/commands/rclone_bisync/) (bisync is experimental tech, don't use with important data) +#### Rclone upload performance issue + +Under some circumstances rclone has trouble with reaching full upload speed when +using the HTTP2 protocol (which is enabled by default). This is due to a [bug in +the Go runtime](https://github.com/golang/go/issues/37373). If you are +experiencing this then it might help to add the `--disable-http2` flag to your +rclone commands. + #### Rclone mount systemd service example To automatically mount your pixeldrain when logging in to your Linux OS you can