Merge remote-tracking branch 'origin/stable' into release-v7.1.0

This commit is contained in:
Michael Sproul
2025-07-09 11:19:16 +10:00
5 changed files with 66 additions and 4 deletions

View File

@@ -822,7 +822,7 @@ pub fn cli_app() -> Command {
.long("state-cache-size")
.value_name("STATE_CACHE_SIZE")
.help("Specifies the size of the state cache")
.default_value("32")
.default_value("128")
.action(ArgAction::Set)
.display_order(0)
)