mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Split up InfoSub and tidy up various files
This commit is contained in:
@@ -1,10 +1,3 @@
|
||||
#include "LoadManager.h"
|
||||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
#include <boost/thread.hpp>
|
||||
#include <boost/date_time/posix_time/posix_time.hpp>
|
||||
|
||||
#include "Application.h"
|
||||
|
||||
SETUP_LOG (LoadManager)
|
||||
|
||||
@@ -44,6 +37,7 @@ LoadManager::~LoadManager()
|
||||
{
|
||||
UptimeTimer::getInstance().endManualUpdates ();
|
||||
|
||||
// VFALCO What is this loop? it doesn't seem to do anything useful.
|
||||
do
|
||||
{
|
||||
boost::this_thread::sleep(boost::posix_time::milliseconds(100));
|
||||
|
||||
Reference in New Issue
Block a user