Tuning change.

This commit is contained in:
JoelKatz
2013-03-27 10:52:29 -07:00
parent 59abdad8f4
commit a72e4555bd

View File

@@ -496,7 +496,7 @@ int Config::getSize(SizedItemName item)
{ siLineCacheSize, { 8192, 32768, 131072, 1048576, 0 } },
{ siLineCacheAge, { 500, 600, 1800, 3600, 7200 } },
{ siHashNodeDBCache, { 24, 48, 64, 128, 256 } },
{ siTxnDBCache, { 4, 8, 32, 64, 128 } },
{ siTxnDBCache, { 4, 12, 48, 96, 192 } },
{ siLgrDBCache, { 4, 8, 32, 64, 128 } }
};