Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions rcbridge/rcbridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,10 @@ func RbInit() {
// agent is just "rclone/".
ci.UserAgent = fmt.Sprintf("rclone/%s", fs.VersionTag)

// Disable HTTP/2 to avoid low throughput due to golang's HTTP client.
// https://github.com/rclone/rclone/issues/8379
ci.DisableHTTP2 = true

RbReloadCerts()
}

Expand Down