Browse Source

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

nfactor-troky
Con Kolivas 12 years ago
parent
commit
8ed381f78a
  1. 2
      cgminer.c

2
cgminer.c

@ -2417,7 +2417,7 @@ retry: @@ -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);

Loading…
Cancel
Save