Browse Source

Merge commit '74f2112' into bfgminer-2.6.x

Luke Dashjr 13 years ago
parent
commit
e979e6c1da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miner.c

+ 1 - 1
miner.c

@@ -2507,7 +2507,7 @@ static void *get_work_thread(void *userdata)
 
 
 	applog(LOG_DEBUG, "Creating extra get work thread");
 	applog(LOG_DEBUG, "Creating extra get work thread");
 
 
-	if (enough_work())
+	if (!wc->lagging && enough_work())
 		goto out;
 		goto out;
 
 
 	ret_work = make_work();
 	ret_work = make_work();