ssl-maximum-worker-threads
This stanza entry specifies the number of threads the server can create to handle incoming requests.
ssl-maximum-worker-threads = number_threadsNumber of threads that can be created by the server to handle incoming requests.
Options
- number_threads
- Number of threads that can be specified. The valid range must be equal to or greater than 1. The maximum number varies, because it is dependent on available system resources.
Usage
Required
Default value
Default is server-dependent.
Example
ssl-maximum-worker-threads = 50