|
@@ -7295,7 +7295,7 @@ void proc_enable(struct cgpu_info *cgpu)
|
|
|
/* Makes sure the hashmeter keeps going even if mining threads stall, updates
|
|
/* Makes sure the hashmeter keeps going even if mining threads stall, updates
|
|
|
* the screen at regular intervals, and restarts threads if they appear to have
|
|
* the screen at regular intervals, and restarts threads if they appear to have
|
|
|
* died. */
|
|
* died. */
|
|
|
-#define WATCHDOG_INTERVAL 3
|
|
|
|
|
|
|
+#define WATCHDOG_INTERVAL 2
|
|
|
#define WATCHDOG_SICK_TIME 60
|
|
#define WATCHDOG_SICK_TIME 60
|
|
|
#define WATCHDOG_DEAD_TIME 600
|
|
#define WATCHDOG_DEAD_TIME 600
|
|
|
#define WATCHDOG_SICK_COUNT (WATCHDOG_SICK_TIME/WATCHDOG_INTERVAL)
|
|
#define WATCHDOG_SICK_COUNT (WATCHDOG_SICK_TIME/WATCHDOG_INTERVAL)
|