mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Avoid the creation of large numbers of small LDB files.
This commit is contained in:
@@ -67,7 +67,8 @@ enum SizedItemName
|
||||
siLineCacheAge,
|
||||
siHashNodeDBCache,
|
||||
siTxnDBCache,
|
||||
siLgrDBCache
|
||||
siLgrDBCache,
|
||||
siLDBWriteSize
|
||||
};
|
||||
|
||||
struct SizedItem
|
||||
|
||||
Reference in New Issue
Block a user