This commit is contained in:
asonix 2023-07-23 16:04:17 -05:00
parent 3cea63a0eb
commit f221887599

View file

@ -716,6 +716,7 @@ async fn not_found_hash<R: FullRepo>(repo: &R) -> Result<Option<(Alias, R::Bytes
}
/// Process files
#[allow(clippy::too_many_arguments)]
#[tracing::instrument(
name = "Serving processed image",
skip(repo, store, client, config, process_map)