mirror of
https://github.com/GOSTSec/sgminer
synced 2025-09-10 05:02:34 +00:00
Only queue from backup pools once we have nothing staged.
This commit is contained in:
parent
e16b7566bd
commit
0e56dffd92
@ -2424,7 +2424,7 @@ static void *get_work_thread(void *userdata)
|
|||||||
else {
|
else {
|
||||||
bool lagging;
|
bool lagging;
|
||||||
|
|
||||||
if (ts <= opt_queue)
|
if (!ts)
|
||||||
lagging = true;
|
lagging = true;
|
||||||
pool = ret_work->pool = select_pool(lagging);
|
pool = ret_work->pool = select_pool(lagging);
|
||||||
inc_queued(pool);
|
inc_queued(pool);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user