mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Merge master (0.81.0) into develop (0.90.0-b2)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user