|
|
@ -51,7 +51,7 @@ enum { |
|
|
|
#define BITFORCE_SLEEP_MS 500 |
|
|
|
#define BITFORCE_SLEEP_MS 500 |
|
|
|
#define BITFORCE_TIMEOUT_S 7 |
|
|
|
#define BITFORCE_TIMEOUT_S 7 |
|
|
|
#define BITFORCE_TIMEOUT_MS (BITFORCE_TIMEOUT_S * 1000) |
|
|
|
#define BITFORCE_TIMEOUT_MS (BITFORCE_TIMEOUT_S * 1000) |
|
|
|
#define BITFORCE_LONG_TIMEOUT_S 15 |
|
|
|
#define BITFORCE_LONG_TIMEOUT_S 30 |
|
|
|
#define BITFORCE_LONG_TIMEOUT_MS (BITFORCE_LONG_TIMEOUT_S * 1000) |
|
|
|
#define BITFORCE_LONG_TIMEOUT_MS (BITFORCE_LONG_TIMEOUT_S * 1000) |
|
|
|
#define BITFORCE_CHECK_INTERVAL_MS 10 |
|
|
|
#define BITFORCE_CHECK_INTERVAL_MS 10 |
|
|
|
#define WORK_CHECK_INTERVAL_MS 50 |
|
|
|
#define WORK_CHECK_INTERVAL_MS 50 |
|
|
|