Skip to content
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ Please note that your value has to be a multiple of and atleast the minimum upl
of 256KiB from constant `googleapi.MinUploadChunkSize`. See https://godoc.org/google.golang.org/api/googleapi#pkg-constants.
If `-upload-chunk-size` is not set yet `-upload-rate-limit` is, `-upload-chunk-size` will be the same as `-upload-rate-limit`.

* To limit the upload bandwidth, please set `-upload-rate-limit=n`. It's in `n` KiB/s, default is unlimited.
* To limit the upload bandwidth per worker, please set `-upload-rate-limit=n`. It's in `n` KiB/s, default is unlimited. Note that this setting is for per work. You might want to use this flag with setting environment variable `DRIVE_GOMAXPROCS=1`.

### End to End Encryption

Expand Down