stratum: re-enable the watchdog, take too much time

This commit is contained in:
Tanguy Pruvot 2016-06-03 19:00:56 +02:00
parent 6d3dd22082
commit 7e37bd14e9

View file

@ -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);
}
}
}