From 92ffd6052da983ead7b61f426d608eccf8e9794f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 24 Jul 2021 01:15:04 +0100 Subject: [PATCH] wip resolve, comment out for macro work, for revert Signed-off-by: Ian Jackson --- src/config.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index fc67125..7f90f4b 100644 --- a/src/config.rs +++ b/src/config.rs @@ -24,13 +24,15 @@ pub struct Opts { pub struct CidrString(pub String); pub struct InstanceConfig { +/* // Exceptional settings pub server: String, pub secret: String, // make a newytpe pub ipif: String, - +*/ // Capped settings: pub max_batch_down: u32, +/* pub max_queue_time: Duration, pub http_timeout: Duration, pub target_requests_outstanding: u32, @@ -55,6 +57,7 @@ pub struct InstanceConfig { pub http_retry: Duration, pub url: Uri, pub vroutes: Vec, +*/ } #[derive(Debug,Clone,Hash,Eq,PartialEq)] -- 2.30.2