forked from Public/monero-gui
DaemonManager: start monerod with '--non-interactive' cli option set
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user