Browse Source

bitforce: Remove 4.5s delay before polling starts, since MiniRig finishes sooner

Luke Dashjr 13 years ago
parent
commit
4ddf0cd73a
1 changed files with 1 additions and 2 deletions
  1. 1 2
      driver-bitforce.c

+ 1 - 2
driver-bitforce.c

@@ -327,8 +327,7 @@ static uint64_t bitforce_scanhash(struct thr_info *thr, struct work *work, uint6
 		}
 	}
 
-	usleep(4500000);
-	i = 4500;
+	i = 0;
 	while (1) {
 		BFwrite(fdDev, "ZFX", 3);
 		BFgets(pdevbuf, sizeof(pdevbuf), fdDev);