| Name | Description | Default Value |
|---|---|---|
| processors | Number of processors (autodetected if less than one) | Results from SystemUtil.numProcessors() |
| threads-per-processor | Threads per processor to use (Rewritten to 1 if less than one) | 1 |
| sleep-time | Time (in milliseconds) to wait between queue pipeline processing runs | 1000 |
| keep-alive-time | Time (in milliseconds) that idle threads should remain in the threadpool | 300000 |
| force-shutdown | At shutdown time, allow currently queued tasks to finish, or immediately quit | false |
| |
| |
| |
| |
| |
| |
| |