Merge pull request #3360

d83f147 DaemonManager: start monerod with '--non-interactive' cli option set (xiphon)
This commit is contained in:
luigi1111
2021-03-30 14:06:05 -04:00
2 changed files with 2 additions and 1 deletions

View File

@@ -90,6 +90,7 @@ bool DaemonManager::start(const QString &flags, NetworkType::Type nettype, const
}
arguments << "--check-updates" << "disabled";
arguments << "--non-interactive";
// --max-concurrency based on threads available.
int32_t concurrency = qMax(1, QThread::idealThreadCount() / 2);