| Change how thread count is calculated - warvox - VoIP based wardialing tool, fo… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 65579c3b33e9c77d614fae06c76e09381980c311 | |
| parent d0dca3e175ddfcafb62c2a6587696be3e731ab11 | |
| Author: HD Moore <[email protected]> | |
| Date: Fri, 28 Dec 2012 11:47:10 -0600 | |
| Change how thread count is calculated | |
| Diffstat: | |
| M config/warvox.conf | 9 ++++----- | |
| 1 file changed, 4 insertions(+), 5 deletions(-) | |
| --- | |
| diff --git a/config/warvox.conf b/config/warvox.conf | |
| @@ -26,12 +26,11 @@ tools: | |
| iaxrecord: "%BASE%/bin/iaxrecord.rb" | |
| # | |
| -# Concurrent processing jobs, change this to | |
| -# increase processing performance if your | |
| -# system has multiple CPU cores. Recommended | |
| -# value is twice your core count. | |
| +# Maximum processing jobs, normally this | |
| +# is set to your processor core count, | |
| +# but you can limit it further here. | |
| # | |
| -analysis_threads: 2 | |
| +max_analysis_threads: 0 | |
| # | |
| # Configure the dial blacklist location |