Skip to content

Commit

Permalink
update Max vlaues
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanhb authored and ivanhb committed Jun 7, 2024
1 parent 624c96c commit 490f067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexapi_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def id2omids(s):
return __get_omid_of(s, multi = True),

def __get_omid_of(s, multi = False):
MULTI_VAL_MAX = 3000
MULTI_VAL_MAX = 9000
sparql_endpoint = "http://127.0.0.1:3003/blazegraph/sparql"

# SPARQL query
Expand Down

0 comments on commit 490f067

Please sign in to comment.