Skip to content

Commit 77acda9

Browse files
author
Steve Baskauf
committed
Decrease SPARQL delay to 0.1 s between queries
1 parent 5404ee8 commit 77acda9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vanderbot/vanderbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
log_object = sys.stdout # log output defaults to the console screen
112112
allow_label_description_changes = False # labels and descriptions in the local CSV file that differ from existing Wikidata items are not automatically written
113113
endpoint = 'https://query.wikidata.org/sparql' # default to the Wikidata Query Service endpoint
114-
sparqlSleep = 0.25 # delay time between calls to SPARQL endpoint
114+
sparqlSleep = 0.1 # delay time between calls to SPARQL endpoint
115115
json_metadata_description_file = 'csv-metadata.json' # "Generating RDF from Tabular Data on the Web" metadata description file (mapping schema)
116116
credentials_path_string = 'home' # value is "home", "working", "gdrive", or a relative or absolute path with trailing "/"
117117
credentials_filename = 'wikibase_credentials.txt' # name of the API credentials file

0 commit comments

Comments
 (0)