Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
greg committed Nov 12, 2023
1 parent a055c93 commit 6e2137a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions k8s-cluster/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
use {
clap::{crate_description, crate_name, value_t_or_exit, App, Arg, ArgMatches},
log::*,
solana_ledger::blockstore_cleanup_service::{
DEFAULT_MAX_LEDGER_SHREDS, DEFAULT_MIN_MAX_LEDGER_SHREDS,
},
solana_k8s_cluster::{
docker::{DockerConfig, DockerImageConfig},
genesis::{
Expand All @@ -16,6 +13,9 @@ use {
release::{BuildConfig, Deploy},
ValidatorType,
},
solana_ledger::blockstore_cleanup_service::{
DEFAULT_MAX_LEDGER_SHREDS, DEFAULT_MIN_MAX_LEDGER_SHREDS,
},
solana_sdk::pubkey::Pubkey,
std::{thread, time::Duration},
};
Expand Down

0 comments on commit 6e2137a

Please sign in to comment.