1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-09 20:21:01 +00:00

Only queue from backup pools once we have nothing staged.

This commit is contained in:
Con Kolivas 2012-08-16 17:01:25 +10:00
parent e16b7566bd
commit 0e56dffd92

View File

@ -2424,7 +2424,7 @@ static void *get_work_thread(void *userdata)
else {
bool lagging;
if (ts <= opt_queue)
if (!ts)
lagging = true;
pool = ret_work->pool = select_pool(lagging);
inc_queued(pool);