Skip to content

Commit

Permalink
run_query: reduce verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlath committed Feb 19, 2021
1 parent cf23df5 commit b3aa225
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/data/wikidata/run_query.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,4 @@ radio.on('invalidate:wikidata:entities:relations', async ({ property, valueUri }
const qid = unprefixify(valueUri)
const keys = queriesToInvalidate.map(queryName => buildKey(queryName, { pid, qid }))
await cache_.batchDelete(keys)
_.info(keys, 'invalidated queries cache')
})

0 comments on commit b3aa225

Please sign in to comment.