dropbox: syncing documentation with source for dropbox default batch_timeout - fixes #6984

This commit is contained in:
Adam K 2023-05-01 08:46:15 -04:00 committed by Nick Craig-Wood
parent 2520c05c4b
commit 5f138dd822

View File

@ -260,8 +260,8 @@ uploaded.
The default for this is 0 which means rclone will choose a sensible
default based on the batch_mode in use.
- batch_mode: async - default batch_timeout is 500ms
- batch_mode: sync - default batch_timeout is 10s
- batch_mode: async - default batch_timeout is 10s
- batch_mode: sync - default batch_timeout is 500ms
- batch_mode: off - not in use
`,
Default: fs.Duration(0),