The MaxQueueSize
parameter specifies the maximum number of asynchronous actions that are queued by the server. When the maximum number is reached, no further actions are accepted until the queue has diminished.
Type: | Integer |
Default: | 100000 |
Required: | No |
Configuration Section: | ActionName or Actions |
Example: |
In this example, the server accepts a maximum of 25 actions for each asynchronous queue.
In this example, the server accepts up to 50 actions for the ActionName queue. |
See Also: | MaxFinishedSize |
|