mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Complete the fetch by hash logic, including tracking the hashes we want.
This commit is contained in:
@@ -15,6 +15,7 @@ LoadManager::LoadManager(int creditRate, int creditLimit, int debitWarn, int deb
|
||||
addLoadCost(LoadCost(LT_RequestNoReply, 1, LC_CPU | LC_Disk));
|
||||
addLoadCost(LoadCost(LT_InvalidSignature, 100, LC_CPU));
|
||||
addLoadCost(LoadCost(LT_UnwantedData, 5, LC_CPU | LC_Network));
|
||||
addLoadCost(LoadCost(LT_BadData, 20, LC_CPU));
|
||||
|
||||
addLoadCost(LoadCost(LT_NewTrusted, 10, 0));
|
||||
addLoadCost(LoadCost(LT_NewTransaction, 2, 0));
|
||||
|
||||
Reference in New Issue
Block a user