mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 23:15:52 +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 ();
|
||||
}
|
||||
|
||||
theApp->getLoadManager ().arm ();
|
||||
if (!theConfig.RUN_STANDALONE)
|
||||
theApp->getLoadManager ().arm ();
|
||||
|
||||
mIOService.run (); // This blocks
|
||||
|
||||
if (mWSPublicDoor)
|
||||
|
||||
Reference in New Issue
Block a user