Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyYangPassion authored and imbajin committed May 25, 2022
1 parent ac0d082 commit 16ca2bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/config/config-option.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ raft.rpc_buf_low_water_mark | 10485760 | The Channel
raft.rpc_buf_high_water_mark | 20971520 | The ChannelOutboundBuffer's high water mark of netty, only when buffer size exceed this size, the method ChannelOutboundBuffer.isWritable() will return false, it means that the downstream pressure is too great to process the request or network is very congestion, upstream needs to limit rate at this time.
raft.read_strategy | ReadOnlyLeaseBased | The linearizability of read strategy.

### RPC server Config
### RPC server Config Options

config option | default value | descrition
------------------------------ | -------------- | ------------------------------------------------------------------
Expand Down Expand Up @@ -172,7 +172,7 @@ config option | default value | descrition
backend | | Must be set to `scylladb`.
serializer | | Must be set to `scylladb`.

Others are consistent with the Cassandra backend.
Other options are consistent with the Cassandra backend.

### RocksDB Backend Config Options

Expand Down Expand Up @@ -269,7 +269,7 @@ config option | default value | descrition
backend | | Must be set to `postgresql`.
serializer | | Must be set to `postgresql`.

Others are consistent with the MySQL backend.
Other options are consistent with the MySQL backend.

> The driver and url of the PostgreSQL backend should be set to:
> - `jdbc.driver=org.postgresql.Driver`
Expand Down

0 comments on commit 16ca2bd

Please sign in to comment.