From 31a26d6af4009b9aed4825283c03c8bc91dfe5ce Mon Sep 17 00:00:00 2001 From: Adam Kupczyk Date: Wed, 27 May 2026 13:49:33 +0200 Subject: [PATCH] options: Add desc and flags to "rocksdb_cache_shard_bits" It is needed for docs to be properly reference options. Signed-off-by: Adam Kupczyk --- src/common/options/global.yaml.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index 5e583932b4c..9343132d110 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -3508,10 +3508,14 @@ options: with_legacy: true # rocksdb block cache shard bits, 4 bit -> 16 shards - name: rocksdb_cache_shard_bits + desc: Specifies the number of shards by designating the number of significant bits in hash keys. + 4 bits -> 16 shards. type: int level: advanced default: 4 with_legacy: true + flags: + - startup # 'lru' or 'clock' - name: rocksdb_cache_type type: str -- 2.47.3