Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,7 @@ RocksDB 相关的配置项。
### `max-manifest-file-size`

+ RocksDB Manifest 文件最大大小。
+ 默认值:128MiB
+ 默认值:256MiB
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
+ 默认值:256MiB
+ 默认值:256MiB。在 v9.0.0 之前,默认值为 `128MiB`

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

抱歉,这个也需要 cp 到老版本,上面忘记勾选相关的版本了。现在 cherry-pick 的流程有点复杂,不知道 cp 的 PR 啥时候才能 merge,所以本来是打算等相关 cp pr merge 了在更新 doc 的 pr 的。

+ 最小值:0
+ 单位:B|KiB|MiB|GiB

Expand Down