mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove the JSONCache. It was basically a failed experiment.
This commit is contained in:
@@ -2412,8 +2412,6 @@ Json::Value RPCHandler::doGetCounts (Json::Value params, LoadType* loadType, Sco
|
||||
ret["node_hit_rate"] = theApp->getHashedObjectStore ().getCacheHitRate ();
|
||||
ret["ledger_hit_rate"] = theApp->getLedgerMaster ().getCacheHitRate ();
|
||||
ret["AL_hit_rate"] = AcceptedLedger::getCacheHitRate ();
|
||||
ret["JC_hit_rate"] = theApp->getOPs ().getJSONHitRate ();
|
||||
ret["JC_size"] = theApp->getOPs ().getJSONEntries ();
|
||||
|
||||
ret["fullbelow_size"] = SHAMap::getFullBelowSize ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user