Browse Source

x6500: Poll nonce less often since USB latency slows us down anyway

Luke Dashjr 13 years ago
parent
commit
427d2846bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-x6500.c

+ 1 - 1
driver-x6500.c

@@ -488,7 +488,7 @@ int64_t x6500_process_results(struct thr_info *thr, struct work *work)
 		hashes = calc_hashes(fpga, &tv_now);
 		if (thr->work_restart || hashes >= 0xf0000000)
 			break;
-		usleep(1000);
+		usleep(10000);
 		hashes = calc_hashes(fpga, &tv_now);
 		if (thr->work_restart || hashes >= 0xf0000000)
 			break;