mirror of
https://github.com/xmrig/xmrig.git
synced 2026-04-18 13:22:43 -04:00
Prevent config reload after initial save.
This commit is contained in:
@@ -206,9 +206,7 @@ void Workers::start(xmrig::Controller *controller)
|
||||
handle->start(Workers::onReady);
|
||||
}
|
||||
|
||||
if (controller->config()->isShouldSave()) {
|
||||
controller->config()->save();
|
||||
}
|
||||
controller->save();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user