From: Ian Jackson Date: Fri, 30 Jul 2021 18:41:42 +0000 (+0100) Subject: config: Note a todo X-Git-Tag: hippotat/1.0.0~422 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=5280699969460b566c675e5408165c7b02d44b54;p=hippotat.git config: Note a todo Signed-off-by: Ian Jackson --- diff --git a/src/config.rs b/src/config.rs index cc754a5..eaa9da3 100644 --- a/src/config.rs +++ b/src/config.rs @@ -703,6 +703,8 @@ impl InstanceConfig { } check_batch(self.max_batch_down, "max_batch_down")?; }, + + // xxx check target vs max req outstanding } #[throws(AE)]