From 82d229692d6bb029d5244f5688ea040c96ecfa83 Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Mon, 16 Mar 2026 18:12:17 +1100 Subject: [PATCH] Pretty --- graphql/schema/types/metadata.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql/schema/types/metadata.graphql b/graphql/schema/types/metadata.graphql index b243c9bdf..6f170efb1 100644 --- a/graphql/schema/types/metadata.graphql +++ b/graphql/schema/types/metadata.graphql @@ -110,7 +110,7 @@ input ScanMetadataInput { # specifies when to generate metadata during a scan enum GenerateTiming { """ - Generate artifacts before returning from the scan API call. + Generate artifacts before returning from the scan API call. This will block the API call until generation is complete, and is not recommended for large artifacts. Recommended when you want the metadata/artifact to be available immediately after the scan completes (ie covers and phashes). """