Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion cicd/cloudbuild-develop.yaml → cicd/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
options:
logging: CLOUD_LOGGING_ONLY

steps:
- name: 'gcr.io/cloud-builders/docker'
entrypoint: 'bash'
Expand All @@ -13,7 +16,7 @@ steps:
- 'gcr.io/$PROJECT_ID/$_SERVICE_NAME:latest'
- '-f'
- 'cicd/Dockerfile'
- '.' #this one may need some tweaking due to my file organization
- '.'
- name: 'gcr.io/cloud-builders/docker'
args:
- push
Expand Down
2 changes: 1 addition & 1 deletion oaipmh/data/oai_config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from datetime import datetime, timezone
from oaipmh.data.oai_properties import MetadataFormat

RECORDS_LIMIT=3500
RECORDS_LIMIT=2500
IDENTIFIERS_LIMIT=20000

SUPPORTED_METADATA_FORMATS={
Expand Down