You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Close the connection after a client is idle for N seconds (0 to disable)
timeout 0
but I don't seem to find anywhere that references this value. Especially in db.cpp:~Ardb::ScanClients, it's using GetConf().tcp_keepalive to kick out idle clients instead of timeout. Is this configuration not used?
The text was updated successfully, but these errors were encountered:
In the config file there is
but I don't seem to find anywhere that references this value. Especially in db.cpp:
~Ardb::ScanClients
, it's usingGetConf().tcp_keepalive
to kick out idle clients instead oftimeout
. Is this configuration not used?The text was updated successfully, but these errors were encountered: