-asynchronqueue Syntax -asynchronqueue <maxsize> Description Set the maximum number of concurrent asynchronous requests allowed for a processing job. Default is 10 requests. Comment Each request handles writing of an output job to the output queue. The asynchronous queue uses the core IO dispatch thread pool to perform the asynchronous requests (configured in threadmanager.xml). You can reduce the number of asynchronous requests if the processing job is creating too much load on the database server and the output queue. The number of asynchronous requests could also be reduced if the server simultaneously handles several highly loaded output queues. Note: Asynchronous queuing can only be applied to output queues. Example -asynchronqueue 5
-asynchronqueue <maxsize>
-asynchronqueue 5