mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Ledger acquire timing changes. Better logging of acquire stalls.
This commit is contained in:
@@ -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 } },
|
||||
|
||||
Reference in New Issue
Block a user