Skip to content

Commit 8c10a52

Browse files
Update check_availability_of_notice_in_cellar.py
1 parent 5e417cf commit 8c10a52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ted_sws/notice_validator/services/check_availability_of_notice_in_cellar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
WEBAPI_SPARQL_URL = "https://publications.europa.eu/webapi/rdf/sparql"
1313
WEBAPI_SPARQL_RUN_FORMAT = "application/sparql-results+json"
1414
INVALID_NOTICE_URI = 'https://www.w3.org/1999/02/22-rdf-syntax-ns#type-invalid'
15-
DEFAULT_NOTICES_BATCH_SIZE = 1000
15+
DEFAULT_NOTICES_BATCH_SIZE = 5000
1616
DEFAULT_CELLAR_REQUEST_DELAY = 3
1717

1818

0 commit comments

Comments
 (0)