dropbox: syncing documentation with source for dropbox default batch_timeout - fixes #6984
This commit is contained in:
parent
2520c05c4b
commit
5f138dd822
1 changed files with 2 additions and 2 deletions
|
@ -260,8 +260,8 @@ uploaded.
|
||||||
The default for this is 0 which means rclone will choose a sensible
|
The default for this is 0 which means rclone will choose a sensible
|
||||||
default based on the batch_mode in use.
|
default based on the batch_mode in use.
|
||||||
|
|
||||||
- batch_mode: async - default batch_timeout is 500ms
|
- batch_mode: async - default batch_timeout is 10s
|
||||||
- batch_mode: sync - default batch_timeout is 10s
|
- batch_mode: sync - default batch_timeout is 500ms
|
||||||
- batch_mode: off - not in use
|
- batch_mode: off - not in use
|
||||||
`,
|
`,
|
||||||
Default: fs.Duration(0),
|
Default: fs.Duration(0),
|
||||||
|
|
Loading…
Add table
Reference in a new issue