lib/batcher: Deprecate unused option: batch_commit_timeout
This commit is contained in:
parent
b9207e5727
commit
67a56598d4
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue