warn for variable values delays

This commit is contained in:
Ruben Fiszel
2025-09-09 22:06:14 +00:00
parent 45898ef5a3
commit 44711db8ac
+1
View File
@@ -248,6 +248,7 @@ async fn get_value(
&authed,
q.allow_cache.unwrap_or(false),
)
.warn_after_seconds(10)
.await
.map(Json);
}