From 8c020925dca61ab21ef7a3e65d33e21be747e0cb Mon Sep 17 00:00:00 2001 From: Sidita Duli Date: Fri, 29 Sep 2023 17:11:35 +0200 Subject: [PATCH] Rename err_threshold to error_threshold --- docs/configuration/flags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/flags.md b/docs/configuration/flags.md index f5ff432..e252053 100644 --- a/docs/configuration/flags.md +++ b/docs/configuration/flags.md @@ -43,7 +43,7 @@ Optional parameter setting the timeout duration, in milliseconds, for commits. Optional parameter indicating the buffer capacity, in bytes, for the Log Writer. **Type**: Integer | **Default**: `1073741824` -#### `err_threshold` +#### `error_threshold` Optional setting determining the error threshold. Exceeding this number would terminate the process. **Type**: Integer | **Default**: `0`