Skip to content

Commit

Permalink
[Doc] Fix datacache_enable default (#55868)
Browse files Browse the repository at this point in the history
Signed-off-by: 絵空事スピリット <[email protected]>
(cherry picked from commit 95fd012)
  • Loading branch information
EsoragotoSpirit authored and mergify[bot] committed Feb 13, 2025
1 parent 2e0d263 commit 11c145c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/en/administration/management/BE_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3929,11 +3929,11 @@ When this value is set to less than `0`, the system uses the product of its abso

##### datacache_enable

- Default: false
- Default: true
- Type: Boolean
- Unit: -
- Is mutable: No
- Description: Whether to enable Data Cache. `true` indicates Data Cache is enabled, and `false` indicates Data Cache is disabled.
- Description: Whether to enable Data Cache. `true` indicates Data Cache is enabled, and `false` indicates Data Cache is disabled. The default value is changed to `true` from v3.3.
- Introduced in: -

##### datacache_mem_size
Expand Down
4 changes: 2 additions & 2 deletions docs/zh/administration/management/BE_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3888,11 +3888,11 @@ curl http://<BE_IP>:<BE_HTTP_PORT>/varz

##### datacache_enable

- 默认值:false
- 默认值:true
- 类型:Boolean
- 单位:-
- 是否动态:否
- 描述:是否启用 Data Cache。`true` 表示启用,`false` 表示不启用。
- 描述:是否启用 Data Cache。`true` 表示启用,`false` 表示不启用。自 v3.3 起,默认值变为 `true`
- 引入版本:-

##### datacache_mem_size
Expand Down

0 comments on commit 11c145c

Please sign in to comment.