Removed --save-config option and added calibrate algo control options to config file
This commit is contained in:
parent
f340ea69f2
commit
846eca9743
6 changed files with 7 additions and 12 deletions
|
@ -142,7 +142,7 @@ int App::exec()
|
|||
benchmark.start_perf_bench(xmrig::PerfAlgo::PA_CN); // start benchmarking from first PerfAlgo in the list
|
||||
} else {
|
||||
// save config here to have option to store automatically generated "threads"
|
||||
if (m_controller->config()->isShouldSave() || m_controller->config()->isSaveConfig()) m_controller->config()->save();
|
||||
if (m_controller->config()->isShouldSave()) m_controller->config()->save();
|
||||
m_controller->network()->connect();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue