computer: refactor

This commit is contained in:
nym21
2025-08-10 16:00:44 +02:00
parent a61926988a
commit ee5dc8fc41
10 changed files with 26 additions and 27 deletions

View File

@@ -82,7 +82,7 @@ fn req_to_response_res(
let guard_res = cache.get_value_or_guard(
&format!("{}{}{etag}", uri.path(), uri.query().unwrap_or("")),
Some(Duration::from_millis(500)),
Some(Duration::from_millis(50)),
);
let mut response = if let GuardResult::Value(v) = guard_res {