NvdCveUpdater: Refactor thread pool concept

- Make thread pools members of the class to facilitate reuse
- Increase default max download thread pool size from 3 to 50 (should be fine for mostly blocking tasks like downloading)
This commit is contained in:
Stefan Neuhaus
2017-02-11 20:16:24 +01:00
parent a0198e34e7
commit cd4f09dc86
4 changed files with 38 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
application.name=${pom.name}
application.version=${pom.version}
autoupdate=true
max.download.threads=3
max.download.threads=50
# the url to obtain the current engine version from
engine.version.url=http://jeremylong.github.io/DependencyCheck/current.txt