diff --git a/lib/batcher/options.go b/lib/batcher/options.go index 4aefeb17c..b5c34b12f 100644 --- a/lib/batcher/options.go +++ b/lib/batcher/options.go @@ -66,8 +66,9 @@ default based on the batch_mode in use. Advanced: true, }, { 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), Advanced: true, + Hide: fs.OptionHideBoth, }} }