This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git


The following commit(s) were added to refs/heads/main by this push:
     new 9984a668 docs: update etcd backend quota configuration (#862)
9984a668 is described below

commit 9984a668ae547412e278d53f2c7adefa5c3604b6
Author: KitAndrew <[email protected]>
AuthorDate: Tue Nov 25 13:08:52 2025 +0800

    docs: update etcd backend quota configuration (#862)
---
 docs/operation/configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/operation/configuration.md b/docs/operation/configuration.md
index 84a9c98b..537830be 100644
--- a/docs/operation/configuration.md
+++ b/docs/operation/configuration.md
@@ -116,7 +116,7 @@ The following flags are used to configure the embedded etcd 
storage engine which
 - `--etcd-auto-compaction-mode string`: The mode to compact the storage 
(default: "periodic").
 - `--etcd-auto-compaction-retention string`: The retention period of the 
storage (default: "1h").
 - `--etcd-defrag-cron string`: The scheduled task to free up disk space 
(default: "@daily").
-- `--quota-backend-bytes bytes`: Quota for backend storage (default: 2.00GiB).
+- `--etcd-quota-backend-bytes bytes`: Quota for backend storage (default: 
2.00GiB).
 
 The following flags are used to configure the memory protector:
 

Reply via email to