Revert "Revert "solana-test-validator no longer limits the size of the genesis archive""

This reverts commit c2891c392c.
This commit is contained in:
Tyera Eulberg
2021-12-16 14:22:30 -07:00
committed by Tyera Eulberg
parent 3ed9a47082
commit a523d09902
2 changed files with 5 additions and 1 deletions

View File

@@ -506,6 +506,7 @@ fn main() {
let mut genesis = TestValidatorGenesis::default();
genesis.max_ledger_shreds = value_of(&matches, "limit_ledger_size");
genesis.max_genesis_archive_unpacked_size = Some(u64::MAX);
admin_rpc_service::run(
&ledger_path,