mirror of https://github.com/tikv/client-java.git
add tikv.conn.recycle_time details
Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
This commit is contained in:
parent
c85d0c10f5
commit
15f2a8e328
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue