mirror of
https://github.com/GOSTSec/sgminer
synced 2025-03-13 06:01:03 +00:00
Only consider pool lagging if more than one item is queued.
This commit is contained in:
parent
3d5f555407
commit
5b48881175
2
main.c
2
main.c
@ -3103,7 +3103,7 @@ retry:
|
|||||||
ret = true;
|
ret = true;
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
if (requested && !pool_tset(pool, &pool->lagging)) {
|
if (requested && requests_queued() > 1 && !pool_tset(pool, &pool->lagging)) {
|
||||||
applog(LOG_WARNING, "Pool %d not providing work fast enough",
|
applog(LOG_WARNING, "Pool %d not providing work fast enough",
|
||||||
pool->pool_no);
|
pool->pool_no);
|
||||||
pool->localgen_occasions++;
|
pool->localgen_occasions++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user