1
0
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:
Con Kolivas 2012-07-06 20:23:26 +10:00
parent 5532f1df32
commit 957d196180

View File

@ -21,7 +21,7 @@
#include "miner.h"
#define BITFORCE_SLEEP_MS 500
#define BITFORCE_TIMEOUT_MS 7000
#define BITFORCE_TIMEOUT_MS 10000
#define BITFORCE_LONG_TIMEOUT_MS 15000
#define BITFORCE_CHECK_INTERVAL_MS 10
#define WORK_CHECK_INTERVAL_MS 50