Use DeadlineTimer in NetworkOPs

This commit is contained in:
Vinnie Falco
2013-07-08 18:09:56 -07:00
parent 7ec73089aa
commit 4094316940
3 changed files with 74 additions and 84 deletions

View File

@@ -280,7 +280,7 @@ Application::Application ()
#endif
, mIOService ((theConfig.NODE_SIZE >= 2) ? 2 : 1)
, mIOWork (mIOService)
, mNetOps (mIOService, &mLedgerMaster)
, mNetOps (&mLedgerMaster)
, mTempNodeCache ("NodeCache", 16384, 90)
, mHashedObjectStore (16384, 300)
, mSLECache ("LedgerEntryCache", 4096, 120)