mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 09:54:44 +01:00
lib/batcher: Deprecate unused option: batch_commit_timeout
This commit is contained in:
parent
b9207e5727
commit
67a56598d4
@ -66,8 +66,9 @@ default based on the batch_mode in use.
|
|||||||
Advanced: true,
|
Advanced: true,
|
||||||
}, {
|
}, {
|
||||||
Name: "batch_commit_timeout",
|
Name: "batch_commit_timeout",
|
||||||
Help: `Max time to wait for a batch to finish committing`,
|
Help: `Max time to wait for a batch to finish committing. (no longer used)`,
|
||||||
Default: fs.Duration(10 * time.Minute),
|
Default: fs.Duration(10 * time.Minute),
|
||||||
Advanced: true,
|
Advanced: true,
|
||||||
|
Hide: fs.OptionHideBoth,
|
||||||
}}
|
}}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user