mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
stratum: re-enable the watchdog, take too much time
This commit is contained in:
parent
6d3dd22082
commit
7e37bd14e9
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ void *monitor_thread(void *p)
|
|||
{
|
||||
g_exiting = true;
|
||||
stratumlog("%s dead lock, exiting...\n", g_current_algo->name);
|
||||
// exit(1);
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue