1
0
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:
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 { 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);