mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Don't arm the deadlock detector in standalone mode.
This commit is contained in:
@@ -604,7 +604,9 @@ void Application::run ()
|
|||||||
boost::thread (boost::bind (runIO, boost::ref (mIOService))).detach ();
|
boost::thread (boost::bind (runIO, boost::ref (mIOService))).detach ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!theConfig.RUN_STANDALONE)
|
||||||
theApp->getLoadManager ().arm ();
|
theApp->getLoadManager ().arm ();
|
||||||
|
|
||||||
mIOService.run (); // This blocks
|
mIOService.run (); // This blocks
|
||||||
|
|
||||||
if (mWSPublicDoor)
|
if (mWSPublicDoor)
|
||||||
|
|||||||
Reference in New Issue
Block a user