Merge master (0.81.0) into develop (0.90.0-b2)

This commit is contained in:
Nikolaos D. Bougalis
2018-01-09 15:12:37 -08:00
11 changed files with 124 additions and 63 deletions

View File

@@ -1042,9 +1042,7 @@ private:
bool ApplicationImp::setup()
{
// VFALCO NOTE: 0 means use heuristics to determine the thread count.
m_jobQueue->setThreadCount (config_->WORKERS, config_->standalone(),
config_->exists (SECTION_VALIDATOR_TOKEN) ||
config_->exists (SECTION_VALIDATION_SEED));
m_jobQueue->setThreadCount (config_->WORKERS, config_->standalone());
// We want to intercept and wait for CTRL-C to terminate the process
m_signals.add (SIGINT);