TLS FC TTL Improvements

This commit is contained in:
Alexey
2026-02-23 05:48:55 +03:00
parent b5d0564f2a
commit 4011812fda
2 changed files with 10 additions and 13 deletions

View File

@@ -121,7 +121,6 @@ where
let cached_entry = cache.get(&selected_domain).await;
let use_full_cert_payload = cache
.take_full_cert_budget_for_ip(
&selected_domain,
peer.ip(),
Duration::from_secs(config.censorship.tls_full_cert_ttl_secs),
)