Disabled connection_timeout
because it's unsafe to use
The current implementation of the session timeout functionality is not safe to use. Added a warning to the documentation and disabled the code. If the user tries to use it, a warning is logged.
This commit is contained in:
@ -467,6 +467,8 @@ MaxScale normally suppresses warning messages about failed authentication. Enabl
|
||||
|
||||
#### `connection_timeout`
|
||||
|
||||
**NOTE**: This parameter is not safe to use in version 1.3.0. Please do not use it.
|
||||
|
||||
The connection_timeout parameter is used to disconnect sessions to MaxScale that have been idle for too long. The session timeouts are disabled by default. To enable them, define the timeout in seconds in the service's configuration section.
|
||||
|
||||
Example:
|
||||
|
Reference in New Issue
Block a user