adjust markdown code for properly render README (#159)

Signed-off-by: tison <wander4096@gmail.com>
This commit is contained in:
tison 2021-03-30 13:45:35 +08:00 committed by GitHub
parent a849dd169d
commit 9e089e90c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 9 deletions

View File

@ -141,15 +141,15 @@ void delete(ByteString key)
以下包括常用配置的 JVM 相关参数。
####tikv.pd.addresses
#### tikv.pd.addresses
- pd 集群的地址,逗号分隔
- 默认值 127.0.0.1:2379
####tikv.grpc.timeout_in_ms
#### tikv.grpc.timeout_in_ms
- grpc 请求的 timeout 时间
- 默认值 600ms
####tikv.grpc.scan_timeout_in_ms
#### tikv.grpc.scan_timeout_in_ms
- scan/delete range grpc 请求的 timeout 时间
- 默认值 20s
@ -157,26 +157,25 @@ void delete(ByteString key)
以下包括 ThreadPool 相关的参数及其默认配置,可通过 JVM 参数传入。
####tikv.batch_get_concurrency
#### tikv.batch_get_concurrency
- Client 端 batchGet 请求的线程池大小
- 默认值 20
####tikv.batch_put_concurrency
#### tikv.batch_put_concurrency
- Client 端 batchPut 请求的线程池大小
- 默认值 20
####tikv.batch_delete_concurrency
#### tikv.batch_delete_concurrency
- Client 端 batchDelete 请求的线程池大小
- 默认值 20
####tikv.batch_scan_concurrency
#### tikv.batch_scan_concurrency
- Client 端 batchScan 请求的线程池大小
- 默认值 5
####tikv.delete_range_concurrency
#### tikv.delete_range_concurrency
- Client 端 deleteRange 请求的线程池大小
- 默认值 20
## License
Apache 2.0 license. See the [LICENSE](./LICENSE) file for details.