Skip to content

Commit

Permalink
Change LIMIT for text-to-topic query #2441
Browse files Browse the repository at this point in the history
Test on GitHub often fails when trying to setup the data for the text-to-topic
function. By reducing the data the error could possibly be avoided.
  • Loading branch information
fnielsen committed Mar 20, 2024
1 parent 4e597f0 commit 2ea4d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scholia/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
wdt:P921 [] .
}
# The arbitratry limit here is to avoid timeout
LIMIT 200000
LIMIT 100000
} AS %works
WITH {
SELECT DISTINCT ?topic WHERE {
Expand Down

0 comments on commit 2ea4d3d

Please sign in to comment.