From 5280699969460b566c675e5408165c7b02d44b54 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 30 Jul 2021 19:41:42 +0100 Subject: [PATCH] config: Note a todo Signed-off-by: Ian Jackson --- src/config.rs | 2 ++ 1 file changed, 2 insertions(+) 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)] -- 2.30.2