automerge
This commit is contained in:
@ -199,7 +199,7 @@ impl Archiver {
|
|||||||
|
|
||||||
info!("Connecting to the cluster via {:?}", cluster_entrypoint);
|
info!("Connecting to the cluster via {:?}", cluster_entrypoint);
|
||||||
let (nodes, _) =
|
let (nodes, _) =
|
||||||
match solana_core::gossip_service::discover_cluster(&cluster_entrypoint.gossip, 1) {
|
match solana_core::gossip_service::discover_cluster(&cluster_entrypoint.gossip, 2) {
|
||||||
Ok(nodes_and_archivers) => nodes_and_archivers,
|
Ok(nodes_and_archivers) => nodes_and_archivers,
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
//shutdown services before exiting
|
//shutdown services before exiting
|
||||||
|
Reference in New Issue
Block a user