diff --git a/src/web/page/templates.rs b/src/web/page/templates.rs index 237af178c..7fc4d7f5f 100644 --- a/src/web/page/templates.rs +++ b/src/web/page/templates.rs @@ -76,7 +76,6 @@ impl TemplateData { { let threadpool = self.rendering_threadpool.lock().expect("cannot lock mutex"); if threadpool.queued_count() > self.max_queue_length { - // FIXME: increase metrics / counter return Err(AxumNope::TooManyRequests.into()); }