1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-05 11:34:16 +00:00

Allow pools to be resuscitated on first startup by the watchpool thread.

This commit is contained in:
Con Kolivas 2013-03-07 16:45:25 +11:00
parent 5221662557
commit e501db143d

View File

@ -6092,7 +6092,7 @@ static void *watchpool_thread(void __maybe_unused *userdata)
pool->shares = pool->utility; pool->shares = pool->utility;
} }
if ((pool->enabled == POOL_DISABLED || pool->has_stratum) && pool->probed) if (pool->enabled == POOL_DISABLED)
continue; continue;
/* Test pool is idle once every minute */ /* Test pool is idle once every minute */