We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents def662d + 6755efa commit c6bd33dCopy full SHA for c6bd33d
content/en/docs/reference/command-line-tools-reference/feature-gates/BtreeWatchCache.md
@@ -0,0 +1,16 @@
1
+---
2
+title: BtreeWatchCache
3
+content_type: feature_gate
4
+
5
+_build:
6
+ list: never
7
+ render: false
8
9
+stages:
10
+ - stage: beta
11
+ defaultValue: true
12
+ fromVersion: "1.32"
13
14
+When enabled, the API server will replace the legacy HashMap-based _watch cache_
15
+with a BTree-based implementation. This replacement may bring performance improvements.
16
0 commit comments