Skip to content

Commit 4624f8a

Browse files
authored
Merge pull request #39 from arXiv/ARXIVCE-4175-lower-record-return-volume
lower record limit to 2500
2 parents d064a43 + d02bcf2 commit 4624f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oaipmh/data/oai_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from datetime import datetime, timezone
22
from oaipmh.data.oai_properties import MetadataFormat
33

4-
RECORDS_LIMIT=3000
4+
RECORDS_LIMIT=2500
55
IDENTIFIERS_LIMIT=20000
66

77
SUPPORTED_METADATA_FORMATS={

0 commit comments

Comments
 (0)