Disable snapshots #5411
This commit is contained in:
parent
8d38777c1f
commit
f12592826f
|
@ -245,8 +245,8 @@ default_arg --voting-keypair "$voting_keypair_path"
|
||||||
default_arg --storage-keypair "$storage_keypair_path"
|
default_arg --storage-keypair "$storage_keypair_path"
|
||||||
default_arg --ledger "$ledger_config_dir"
|
default_arg --ledger "$ledger_config_dir"
|
||||||
default_arg --accounts "$accounts_config_dir"
|
default_arg --accounts "$accounts_config_dir"
|
||||||
default_arg --snapshot-path "$snapshot_config_dir"
|
#default_arg --snapshot-path "$snapshot_config_dir"
|
||||||
default_arg --snapshot-interval-slots 100
|
#default_arg --snapshot-interval-slots 100
|
||||||
|
|
||||||
if [[ -n $SOLANA_CUDA ]]; then
|
if [[ -n $SOLANA_CUDA ]]; then
|
||||||
program=$solana_validator_cuda
|
program=$solana_validator_cuda
|
||||||
|
|
Loading…
Reference in New Issue