Skip to content

Commit

Permalink
remote TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Jun 17, 2023
1 parent fe6368d commit e67d9d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/web/page/templates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}

Expand Down

0 comments on commit e67d9d7

Please sign in to comment.