mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-22137 correct documentation of tcp_keepalive_time system variable
This commit is contained in:
@@ -1273,10 +1273,10 @@ The following specify which files/extra groups are read (specified before remain
|
||||
application layer.If set to 0, system dependent default
|
||||
is used. (Automatically configured unless set explicitly)
|
||||
--tcp-keepalive-time=#
|
||||
Timeout, in milliseconds, with no activity until the
|
||||
first TCP keep-alive packet is sent.If set to 0, system
|
||||
dependent default is used. (Automatically configured
|
||||
unless set explicitly)
|
||||
Timeout, in seconds, with no activity until the first TCP
|
||||
keep-alive packet is sent.If set to 0, system dependent
|
||||
default is used. (Automatically configured unless set
|
||||
explicitly)
|
||||
--thread-cache-size=#
|
||||
How many threads we should keep in a cache for reuse.
|
||||
These are freed after 5 minutes of idle time
|
||||
|
Reference in New Issue
Block a user