Skip to content

Commit 12e2b01

Browse files
committed
[docs]Fix: Fix the formatting error of the coordinator.io-pool.size parameter table in the configuration document
1 parent 909b419 commit 12e2b01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docs/maintenance/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ during the Fluss cluster working.
6767

6868
## CoordinatorServer
6969

70-
| Option | Type | Default | Description |
71-
| ------------------------ | ------- | ------- | ------------------------------------------------------------ |
72-
| coordinator.io-pool.size | Integer | 10 | The size of the IO thread pool to run blocking operations for coordinator server. This includes discard unnecessary snapshot files. Increase this value if you experience slow unnecessary snapshot files clean. The default value is 10. |
70+
| Option | Type | Default | Description |
71+
| ------------------------ | ------- | ------- |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
72+
| coordinator.io-pool.size | Integer | 10 | The size of the IO thread pool to run blocking operations for coordinator server. This includes discard unnecessary snapshot files. Increase this value if you experience slow unnecessary snapshot files clean. The default value is 10. |
7373
## TabletServer
7474

7575
| Option | Type | Default | Description |

0 commit comments

Comments
 (0)