disable-timeout-reduction
Use the disable-timeout-reduction stanza entry to control whether WebSEAL reduces the timeout duration of threads to help control the number of active worker threads.
disable-timeout-reduction = {yes|no}Description
By default, WebSEAL automatically reduces the timeout duration for threads as the number of in-use worker threads increases. The timeout duration is the maximum length of time that a persistent connection with the client can remain inactive before WebSEAL terminates the connection.
This configuration option determines whether WebSEAL reduces the timeout duration to help control the number of active worker threads. This option is available on all platforms.
Options
yes Disables the timeout reduction done by WebSEAL as the number of worker threads in-use increases. no WebSEAL performs timeout reduction as the number of worker threads in-use increases.
Usage:
This stanza entry is optional.
Default: no
Example:
disable-timeout-reduction = yes