-disableasynchronqueuing Syntax -disableasynchronqueuing Description Disable asynchronous queuing for all output queues. Comment By disabling asynchronous queuing, the processing job will write all output jobs in sequential order to the output queue. The job processing thread will take all IO waits preventing it from formatting data. Asynchronous queuing will increase performance for batch jobs 1:M. If the server mostly runs 1:1 jobs, you should consider disabling asynchronous queuing. Note: Asynchronous queuing can only be applied to output queues.
-disableasynchronqueuing