mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +00:00
Change default state cache size back to 128 (#7364)
Closes: - https://github.com/sigp/lighthouse/issues/7363 - Change default state cache size back to 128. - Make state pruning properly LRU rather than MSU after skipping the cull-exempt states.
This commit is contained in:
@@ -389,7 +389,7 @@ Options:
|
||||
Minimum number of states to cull from the state cache when it gets
|
||||
full [default: 1]
|
||||
--state-cache-size <STATE_CACHE_SIZE>
|
||||
Specifies the size of the state cache [default: 32]
|
||||
Specifies the size of the state cache [default: 128]
|
||||
--suggested-fee-recipient <SUGGESTED-FEE-RECIPIENT>
|
||||
Emergency fallback fee recipient for use in case the validator client
|
||||
does not have one configured. You should set this flag on the
|
||||
|
||||
Reference in New Issue
Block a user