mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 12:34:27 +00:00
Mark pool as idle if stratum restart is failed
This commit is contained in:
parent
98676763b9
commit
e32dcd7190
@ -5430,6 +5430,7 @@ static void *stratum_rthread(void *userdata)
|
||||
if (!restart_stratum(pool)) {
|
||||
pool_died(pool);
|
||||
while (!restart_stratum(pool)) {
|
||||
pool_failed(pool);
|
||||
if (pool->removed)
|
||||
goto out;
|
||||
cgsleep_ms(30000);
|
||||
@ -5470,6 +5471,7 @@ static void *stratum_rthread(void *userdata)
|
||||
|
||||
pool_died(pool);
|
||||
while (!restart_stratum(pool)) {
|
||||
pool_failed(pool);
|
||||
if (pool->removed)
|
||||
goto out;
|
||||
cgsleep_ms(30000);
|
||||
|
Loading…
x
Reference in New Issue
Block a user