From 99f96b9564c9c841dc6c56f1255a6e70ff884d46 Mon Sep 17 00:00:00 2001 From: Mendes Date: Tue, 4 Oct 2022 18:09:24 +0200 Subject: [PATCH] deleted zone_redundancy from System struct --- src/rpc/system.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rpc/system.rs b/src/rpc/system.rs index 313671ca..34031b10 100644 --- a/src/rpc/system.rs +++ b/src/rpc/system.rs @@ -97,7 +97,6 @@ pub struct System { kubernetes_discovery: Option, replication_factor: usize, - zone_redundancy: usize, /// The ring pub ring: watch::Receiver>, @@ -287,7 +286,6 @@ impl System { rpc: RpcHelper::new(netapp.id.into(), fullmesh, background.clone(), ring.clone()), system_endpoint, replication_factor, - zone_redundancy, rpc_listen_addr: config.rpc_bind_addr, rpc_public_addr, bootstrap_peers: config.bootstrap_peers.clone(),