Skip to content

Commit 8488ff2

Browse files
authored
Merge pull request #2813 from emqx/fix-durability-doc-links
Update links in Configure and Manage Durable Sessions
2 parents 38b5ad1 + de46e34 commit 8488ff2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

zh_CN/durability/management.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
| 参数 | 描述 |
4040
| ----------------------------------------- | ------------------------------------------------------------ |
4141
| `durable_storage.<DS>.data_dir` | EMQX 存储数据的文件系统中的目录。 |
42-
| `durable_storage.<DS>.n_shards` | 设置[分片数量](./managing-replication.md#number-of-shards) |
43-
| `durable_storage.<DS>.n_sites` | 设置[站点数量](./managing-replication.md#number-of-sites) |
44-
| `durable_storage.<DS>.replication_factor` | 设置[复制因子](./managing-replication.md#replication-factor)以确定每个分片的副本数量。 |
45-
| `durable_storage.<DS>.local_write_buffer` | 包含与消息缓冲相关的参数。请参阅[本地写缓冲配置](#local-write-buffer-configuration)|
46-
| `durable_storage.<DS>.layout` | 包含控制 EMQX 如何在磁盘上布局数据的参数。请参阅[存储布局配置](#storage-layout-configuration)|
42+
| `durable_storage.<DS>.n_shards` | 设置[分片数量](./managing-replication.md#分片-shard-数量) |
43+
| `durable_storage.<DS>.n_sites` | 设置[站点数量](./managing-replication.md#站点-site-数量) |
44+
| `durable_storage.<DS>.replication_factor` | 设置[复制因子](./managing-replication.md#复制因子-replication-factor)以确定每个分片的副本数量。 |
45+
| `durable_storage.<DS>.local_write_buffer` | 包含与消息缓冲相关的参数。请参阅[本地写缓冲配置](#本地写缓冲配置)|
46+
| `durable_storage.<DS>.layout` | 包含控制 EMQX 如何在磁盘上布局数据的参数。请参阅[存储布局配置](#存储布局配置)|
4747

4848
#### 本地写缓冲配置
4949

0 commit comments

Comments
 (0)