Env config
Some checks failed
CI / Check typos (push) Successful in 1m17s
CI / Check links (push) Failing after 1m15s
CI / Clippy (push) Successful in 2m19s
CI / Build and test (push) Successful in 2m1s
CI / Build container (push) Successful in 2m2s
CI / Deploy on waypoint (push) Successful in 47s

This commit is contained in:
2025-11-06 19:44:59 -08:00
parent 4091d8b486
commit 1eb529c13c
9 changed files with 253 additions and 30 deletions

View File

@@ -12,7 +12,7 @@ use maud::Markup;
use parking_lot::Mutex;
use std::{collections::HashMap, num::NonZero, pin::Pin, sync::Arc, time::Instant};
use tower_http::compression::{CompressionLayer, DefaultPredicate};
use tracing::{trace, warn};
use tracing::trace;
use crate::{ClientInfo, RequestContext, page::Page};