Browse Source

Just insist on 1 lp staged work per mining thread on new block.

Con Kolivas 14 years ago
parent
commit
8a40036974
1 changed files with 1 additions and 4 deletions
  1. 1 4
      main.c

+ 1 - 4
main.c

@@ -1210,10 +1210,7 @@ static void flush_requests(bool longpoll)
 
 	/* Temporarily increase the staged count so that get_work thinks there
 	 * is work available instead of making threads reuse existing work */
-	if (extra >= mining_threads)
-		inc_staged(mining_threads, true);
-	else
-		inc_staged(extra, true);
+	inc_staged(mining_threads, true);
 
 	for (i = 0; i < extra; i++) {
 		/* Queue a whole batch of new requests */