mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-02 10:04:33 +00:00
Make long timeout 10seconds on bitforce for when usleep or nanosleep just can't be accurate...
This commit is contained in:
parent
5532f1df32
commit
957d196180
@ -21,7 +21,7 @@
|
|||||||
#include "miner.h"
|
#include "miner.h"
|
||||||
|
|
||||||
#define BITFORCE_SLEEP_MS 500
|
#define BITFORCE_SLEEP_MS 500
|
||||||
#define BITFORCE_TIMEOUT_MS 7000
|
#define BITFORCE_TIMEOUT_MS 10000
|
||||||
#define BITFORCE_LONG_TIMEOUT_MS 15000
|
#define BITFORCE_LONG_TIMEOUT_MS 15000
|
||||||
#define BITFORCE_CHECK_INTERVAL_MS 10
|
#define BITFORCE_CHECK_INTERVAL_MS 10
|
||||||
#define WORK_CHECK_INTERVAL_MS 50
|
#define WORK_CHECK_INTERVAL_MS 50
|
||||||
|
Loading…
x
Reference in New Issue
Block a user