Skip to content

Commit

Permalink
Added --algo-perf-same-threshold option
Browse files Browse the repository at this point in the history
  • Loading branch information
MoneroOcean committed Feb 23, 2021
1 parent 17b6ef5 commit 93d2065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proxy/splitters/nicehash/NonceSplitter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ void xmrig::NonceSplitter::onConfigChanged(Config *config, Config *previousConfi

for (NonceMapper *mapper : m_upstreams) {
mapper->reload(config->pools());
mapper->client()->set_algo_perf_same_threshold(config->algoPerfSameThreshold());
}
}
mapper->client()->set_algo_perf_same_threshold(config->algoPerfSameThreshold());
}


Expand Down

0 comments on commit 93d2065

Please sign in to comment.