Cache account stores, flush from AccountsBackgroundService (#13140) (#14542)

(cherry picked from commit 6dfad0652f)

Co-authored-by: carllin <wumu727@gmail.com>
This commit is contained in:
mergify[bot]
2021-01-12 06:12:18 +00:00
committed by GitHub
parent 25fe93e9fb
commit 0e3e3a03cc
25 changed files with 2727 additions and 837 deletions

1
run.sh
View File

@@ -105,6 +105,7 @@ args=(
--init-complete-file "$dataDir"/init-completed
--snapshot-compression none
--require-tower
--accounts-db-caching-enabled
)
# shellcheck disable=SC2086
solana-validator "${args[@]}" $SOLANA_RUN_SH_VALIDATOR_ARGS &