add tikv.conn.recycle_time details

Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
This commit is contained in:
iosmanthus 2022-06-15 00:40:41 +08:00
parent c85d0c10f5
commit 15f2a8e328
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ The following includes ThreadPool related parameters, which can be passed in thr
- default: `"10s"`, `"0s"` means disable TLS context reload.
#### tikv.conn.recycle_time
- After `tikv.conn.recycle_time` (in seconds) with a TLS context reloading, the old connections will be forced to shutdown.
- After `tikv.conn.recycle_time` (in seconds) with a TLS context reloading, the old connections will be forced to shutdown preventing channel leak.
- default: `"60s"`.
#### tikv.rawkv.read_timeout_in_ms