Browse Source

Increase the BFLSC timeout to allow the maximum number of results to be returned for BAS in time.

Con Kolivas 12 years ago
parent
commit
a81749bb38
1 changed files with 1 additions and 1 deletions
  1. 1 1
      usbutils.c

+ 1 - 1
usbutils.c

@@ -61,7 +61,7 @@
 #define AVALON_TIMEOUT_MS 999
 #define ICARUS_TIMEOUT_MS 999
 #else
-#define BFLSC_TIMEOUT_MS 200
+#define BFLSC_TIMEOUT_MS 300
 #define BITFORCE_TIMEOUT_MS 200
 #define MODMINER_TIMEOUT_MS 100
 #define AVALON_TIMEOUT_MS 200