Browse Source

When shutting down, don't wait for mining threads any longer after the 1 second sleep

Luke Dashjr 12 years ago
parent
commit
935e34e9f3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      miner.c

+ 0 - 1
miner.c

@@ -3521,7 +3521,6 @@ static void __kill_work(void)
 			continue;
 			continue;
 		
 		
 		thr_info_cancel(thr);
 		thr_info_cancel(thr);
-		pthread_join(thr->pth, NULL);
 	}
 	}
 
 
 	applog(LOG_DEBUG, "Killing off stage thread");
 	applog(LOG_DEBUG, "Killing off stage thread");