Browse Source

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

nfactor-troky
Con Kolivas 11 years ago
parent
commit
a81749bb38
  1. 2
      usbutils.c

2
usbutils.c

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

Loading…
Cancel
Save