worker-thread-hard-limit
worker-thread-hard-limit = number_of_threads
Description
Integer value indicating the limit, expressed as a percentage, of the total worker threads to be used for processing requests for junctions.
Options
number_of_threads Integer value indicating the limit, expressed as a percentage, of the total worker threads to be used for processing requests for junctions. The default value of 100 means there is no limit.
When the value of worker-thread-hard-limit is less than 100, and the limit is exceeded, WebSEAL generates an error message.
Usage: Required.
Default value
100
Example: worker-thread-hard-limit = 100