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:
@@ -600,7 +600,9 @@ void Application::run ()
|
||||
boost::thread (boost::bind (runIO, boost::ref (mIOService))).detach ();
|
||||
}
|
||||
|
||||
if (!theConfig.RUN_STANDALONE)
|
||||
theApp->getLoadManager ().arm ();
|
||||
|
||||
mIOService.run (); // This blocks
|
||||
|
||||
if (mWSPublicDoor)
|
||||
|
||||
Reference in New Issue
Block a user