From: Ian Jackson Date: Sat, 24 Jul 2021 00:15:04 +0000 (+0100) Subject: wip resolve, comment out for macro work, for revert X-Git-Tag: hippotat/1.0.0~502 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=92ffd6052da983ead7b61f426d608eccf8e9794f;p=hippotat.git wip resolve, comment out for macro work, for revert Signed-off-by: Ian Jackson --- 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)]