Updated configuration to spawn multiple threads for processing

This commit is contained in:
Rick Buskens
2016-08-01 15:08:11 -04:00
parent 7e3246d415
commit 77bda6fd16
3 changed files with 8 additions and 0 deletions

View File

@@ -266,4 +266,6 @@
max_retry_wait 30
# Disable the limit on the number of retries (retry forever).
disable_retry_limit
# Use multiple threads for processing.
num_threads 8
</match>