Ledger acquire timing changes. Better logging of acquire stalls.

This commit is contained in:
JoelKatz
2013-02-21 02:47:19 -08:00
parent a2a52ad88b
commit 1e2aba6b38
2 changed files with 11 additions and 3 deletions

View File

@@ -483,7 +483,7 @@ int Config::getSize(SizedItemName item)
{
SizedItem sizeTable[] = {
{ siSweepInterval, { 10, 30, 60, 90, 90 } },
{ siLedgerFetch, { 2, 4, 5, 6, 6 } },
{ siLedgerFetch, { 2, 2, 3, 4, 5 } },
{ siValidationsSize, { 256, 256, 512, 1024, 1024 } },
{ siValidationsAge, { 500, 500, 500, 500, 500 } },
{ siNodeCacheSize, { 8192, 32768, 131072, 1048576, 0 } },