1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-23 04:54:26 +00:00

Increase bitforce timeout to 10 seconds.

This commit is contained in:
Con Kolivas 2012-07-06 10:09:02 +10:00
parent a3faf63c96
commit 9e8726b109

View File

@ -21,7 +21,7 @@
#include "miner.h" #include "miner.h"
#define BITFORCE_SLEEP_MS 3000 #define BITFORCE_SLEEP_MS 3000
#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