drime: remove duplicate upload_cutoff config option

The upload_cutoff option was registered twice with identical content.
Remove the second copy.
This commit is contained in:
Nick Craig-Wood
2026-05-26 11:02:40 +01:00
parent ddbc886395
commit ec28206d8a

View File

@@ -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,