mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 22:45:52 +00:00
Move refactored files into ripple_core
This commit is contained in:
@@ -351,7 +351,9 @@ static void runIO (boost::asio::io_service& io)
|
||||
|
||||
void Application::setup ()
|
||||
{
|
||||
mJobQueue.setThreadCount ();
|
||||
// VFALCO NOTE: 0 means use heuristics to determine the thread count.
|
||||
mJobQueue.setThreadCount (0, theConfig.RUN_STANDALONE);
|
||||
|
||||
mSweepTimer.expires_from_now (boost::posix_time::seconds (10));
|
||||
mSweepTimer.async_wait (boost::bind (&Application::sweep, this));
|
||||
mLoadMgr.init ();
|
||||
|
||||
Reference in New Issue
Block a user