Skip to content

Commit

Permalink
monitor dcat-distribution-strings aspect instead to avoid unnecessa…
Browse files Browse the repository at this point in the history
…ry overhead
  • Loading branch information
t83714 committed Apr 17, 2024
1 parent c24c9c4 commit 7323a87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ function sleuthBrokenLinks() {
return minion({
argv,
id: ID,
aspects: ["dataset-distributions"],
aspects: ["dcat-distribution-strings"],
optionalAspects: [],
async: true,
writeAspectDefs: [brokenLinkAspectDef],
dereference: true,
dereference: false,
onRecordFound: (record, registry) =>
onRecordFound(
record,
Expand Down

0 comments on commit 7323a87

Please sign in to comment.