mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-25 14:04:25 +00:00
Revert "Sleep for half a work period only in bflsc_get_results if no dev is suitable."
This reverts commit 974319454795979dad013c705ca9d53aae67668d. Fine now that sleep works properly with the longer sleep.
This commit is contained in:
parent
0414bf0960
commit
bedd8eeead
@ -1424,12 +1424,8 @@ static void *bflsc_get_results(void *userdata)
|
|||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
cgsleep_prepare_r(&ts_start);
|
cgsleep_prepare_r(&ts_start);
|
||||||
if (dev == -1) {
|
if (dev == -1)
|
||||||
/* Sleep for only half a work period before checking
|
goto utsura;
|
||||||
* again. */
|
|
||||||
cgsleep_ms_r(&ts_start, sc_info->default_ms_work / 2);
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
cgtime(&(sc_info->sc_devs[dev].last_check_result));
|
cgtime(&(sc_info->sc_devs[dev].last_check_result));
|
||||||
|
|
||||||
@ -1446,6 +1442,8 @@ static void *bflsc_get_results(void *userdata)
|
|||||||
|
|
||||||
// TODO: if not getting results ... reinit?
|
// TODO: if not getting results ... reinit?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
utsura:
|
||||||
cgsleep_ms_r(&ts_start, sc_info->results_sleep_time);
|
cgsleep_ms_r(&ts_start, sc_info->results_sleep_time);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user