lib/batcher: Deprecate unused option: batch_commit_timeout

This commit is contained in:
Dan McArdle
2025-01-17 15:56:09 +00:00
committed by Nick Craig-Wood
parent af5385b344
commit 375953cba3
+2 -1
View File
@@ -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,
}}
}