| | |
| | | property.max-work-queue-capacity.default-behavior.alias.synopsis=The work queue does not impose any limit on the number of operations that can be enqueued at any one time. |
| | | property.num-worker-threads.synopsis=Specifies the number of worker threads to be used for processing operations placed in the queue. |
| | | property.num-worker-threads.description=If the value is increased, the additional worker threads are created immediately. If the value is reduced, the appropriate number of threads are destroyed as operations complete processing. |
| | | property.num-worker-threads.default-behavior.alias.synopsis=Let the server decide. |