Skip to content
This repository was archived by the owner on Dec 28, 2025. It is now read-only.

Commit 16e4113

Browse files
committed
chore: fix typo
1 parent 076b015 commit 16e4113

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

content/cn/blog/hugegraph/toplingdb/toplingdb-configuration-yaml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ ToplingDB 提供了一个 RocksDB 原生没有的 MemTable 类型,通过以下
249249
- `document_root: /dev/shm/rocksdb_resource` 使用共享内存目录
250250
- 多用户环境需要注意文件权限设置,避免未授权访问
251251

252-
## 6. 总结
252+
## 7. 总结
253253

254254
ToplingDB 在 RocksDB 的基础上增加了以下能力:
255255

content/cn/blog/hugegraph/toplingdb/toplingdb-quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ curl http://localhost:2011 | grep topling
8585
### 方式二: 检查日志中的 ToplingDB 初始化信息
8686

8787
```bash
88-
tail -f logs/hugegraph-server.lgo | grep -i topling
88+
tail -f logs/hugegraph-server.log | grep -i topling
8989
```
9090

9191
类似输出说明存储引擎启动为ToplingDB:

content/en/blog/hugegraph/toplingdb/toplingdb-configuration-yaml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Compared to RocksDB’s coarse-grained controls, ToplingDB offers finer tuning.
250250
- `document_root: /dev/shm/rocksdb_resource` uses a shared memory directory.
251251
- In multi-user environments, ensure proper file permissions to avoid unauthorized access.
252252

253-
## 6. Summary
253+
## 7. Summary
254254

255255
ToplingDB adds the following capabilities on top of RocksDB:
256256

content/en/blog/hugegraph/toplingdb/toplingdb-quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The following output indicates the page is working:
7272
### Method 2: Check ToplingDB Initialization Info in Logs
7373

7474
```bash
75-
tail -f logs/hugegraph-server.lgo | grep -i topling
75+
tail -f logs/hugegraph-server.log | grep -i topling
7676
```
7777

7878
Similar output indicates ToplingDB is the storage engine:

0 commit comments

Comments
 (0)