Skip to content

Commit

Permalink
add comment regarding metric data load
Browse files Browse the repository at this point in the history
  • Loading branch information
spacehamster87 committed Aug 22, 2024
1 parent 708eaf4 commit 01845a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/frontend/src/job/Metric.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
client: client,
query: subQuery,
variables: { dbid, selectedMetrics, selectedScopes, selectedResolution },
// requestPolicy:"network-only"
// Never user network-only: causes reactive load-loop!
});
if ($metricData && !$metricData.fetching) {
Expand Down

0 comments on commit 01845a0

Please sign in to comment.