This is an automated email from the ASF dual-hosted git repository.
tanxinyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/master by this push:
new 81556ead4 RATIS-2409. Fix typos in ratis-docs configurations.md.
(#1350)
81556ead4 is described below
commit 81556ead475f68dd7cced24cd2f43aae6c4dae43
Author: slfan1989 <[email protected]>
AuthorDate: Mon Feb 16 18:24:35 2026 +0800
RATIS-2409. Fix typos in ratis-docs configurations.md. (#1350)
---
ratis-docs/src/site/markdown/configurations.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/ratis-docs/src/site/markdown/configurations.md
b/ratis-docs/src/site/markdown/configurations.md
index 0f20540a2..52eef048f 100644
--- a/ratis-docs/src/site/markdown/configurations.md
+++ b/ratis-docs/src/site/markdown/configurations.md
@@ -121,7 +121,7 @@ if it fails to receive any RPC responses from this peer
within this specified ti
| **Property** | `raft.server.threadpool.proxy.cached` |
|:----------------|:--------------------------------------------------------|
-| **Description** | use CachedThreadPool, otherwise, uee newFixedThreadPool |
+| **Description** | use CachedThreadPool, otherwise, use newFixedThreadPool |
| **Type** | boolean |
| **Default** | true |
@@ -138,7 +138,7 @@ if it fails to receive any RPC responses from this peer
within this specified ti
| **Property** | `raft.server.threadpool.server.cached` |
|:----------------|:--------------------------------------------------------|
-| **Description** | use CachedThreadPool, otherwise, uee newFixedThreadPool |
+| **Description** | use CachedThreadPool, otherwise, use newFixedThreadPool |
| **Type** | boolean |
| **Default** | true |
@@ -155,7 +155,7 @@ if it fails to receive any RPC responses from this peer
within this specified ti
| **Property** | `raft.server.threadpool.client.cached` |
|:----------------|:--------------------------------------------------------|
-| **Description** | use CachedThreadPool, otherwise, uee newFixedThreadPool |
+| **Description** | use CachedThreadPool, otherwise, use newFixedThreadPool |
| **Type** | boolean |
| **Default** | true |
@@ -562,7 +562,7 @@ further wait for 5sec for max times ((5sec*980)/2 times ~=
40min)
| **Property** | `raft.server.data-stream.async.request.thread.pool.cached`
|
|:----------------|:-----------------------------------------------------------|
-| **Description** | use CachedThreadPool, otherwise, uee newFixedThreadPool
|
+| **Description** | use CachedThreadPool, otherwise, use newFixedThreadPool
|
| **Type** | boolean
|
| **Default** | false
|
@@ -575,7 +575,7 @@ further wait for 5sec for max times ((5sec*980)/2 times ~=
40min)
| **Property** | `raft.server.data-stream.async.write.thread.pool.cached` |
|:----------------|:---------------------------------------------------------|
-| **Description** | use CachedThreadPool, otherwise, uee newFixedThreadPool |
+| **Description** | use CachedThreadPool, otherwise, use newFixedThreadPool |
| **Type** | boolean |
| **Default** | false |