From 8a40036974509e2205d4122bf8a88553ab6f6fdc Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Fri, 15 Jul 2011 10:27:48 +1000 Subject: [PATCH] Just insist on 1 lp staged work per mining thread on new block. --- main.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/main.c b/main.c index 7390646a..d4403416 100644 --- a/main.c +++ b/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 */