mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-05 03:24:26 +00:00
BFL USB longer timeout
This commit is contained in:
parent
07db1ed687
commit
211b0f4ea1
@ -36,10 +36,10 @@
|
||||
#define EPO(x) (LIBUSB_ENDPOINT_OUT | (unsigned char)(x))
|
||||
|
||||
#ifdef WIN32
|
||||
#define BITFORCE_TIMEOUT_MS 200
|
||||
#define BITFORCE_TIMEOUT_MS 500
|
||||
#define MODMINER_TIMEOUT_MS 200
|
||||
#else
|
||||
#define BITFORCE_TIMEOUT_MS 100
|
||||
#define BITFORCE_TIMEOUT_MS 200
|
||||
#define MODMINER_TIMEOUT_MS 100
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user