1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-10 20:51:03 +00:00

Only set lagging flag once there are no staged work items.

This commit is contained in:
Con Kolivas 2012-08-21 19:47:30 +10:00
parent f5ac84b804
commit 8ed381f78a

View File

@ -2417,7 +2417,7 @@ retry:
ret_work->queued = true;
} else {
if (ts <= opt_queue)
if (!ts)
lagging = true;
pool = ret_work->pool = select_pool(lagging);