Browse Source

The first work item is tricky so don't try and divide it up to begin with.

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

+ 1 - 1
main.c

@@ -2460,7 +2460,7 @@ static void *miner_thread(void *userdata)
 	const unsigned long cycle = opt_log_interval / 5 ? : 1;
 	int request_interval;
 	bool requested = true;
-	uint32_t hash_div = opt_n_threads;
+	uint32_t hash_div = 1;
 
 	pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);