diff --git a/backend/drime/drime.go b/backend/drime/drime.go index ba71c5fa4..ee5e55ca3 100644 --- a/backend/drime/drime.go +++ b/backend/drime/drime.go @@ -146,14 +146,6 @@ and these uploads do not fully utilize your bandwidth, then increasing this may help to speed up the transfers.`, Default: 4, Advanced: true, - }, { - Name: "upload_cutoff", - Help: `Cutoff for switching to chunked upload. - -Any files larger than this will be uploaded in chunks of chunk_size. -The minimum is 0 and the maximum is 5 GiB.`, - Default: defaultUploadCutoff, - Advanced: true, }, { Name: config.ConfigEncoding, Help: config.ConfigEncodingHelp,