From 0e56dffd9233ced418ad0353a41b42b96e309fb7 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Thu, 16 Aug 2012 17:01:25 +1000 Subject: [PATCH] Only queue from backup pools once we have nothing staged. --- cgminer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgminer.c b/cgminer.c index 1449617d..e6a694bb 100644 --- a/cgminer.c +++ b/cgminer.c @@ -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);