mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-23 18:03:11 +00:00
fix another bunch of typos
This commit is contained in:
@@ -17,7 +17,7 @@ dspace.oai.url = ${dspace.baseUrl}/oai
|
||||
# Max response size for DIDL. This is the maximum size in bytes of the files you
|
||||
# wish to enclose Base64 encoded in your responses, remember that the base64
|
||||
# encoding process uses a lot of memory. We recommend at most 200000 for answers
|
||||
# of 30 records each on a 1 Gigabyte machine. Ultimately this will change to a
|
||||
# of 30 records each on a 1 Gigabyte machine. Ultimately, this will change to a
|
||||
# streaming model and remove this restriction. Also please remember to allocate
|
||||
# plenty of memory, at least 512 MB to your Tomcat.
|
||||
#
|
||||
@@ -37,7 +37,7 @@ response.max-records = 100
|
||||
|
||||
### Harvester settings
|
||||
|
||||
# Crosswalk settings; the {name} value must correspond to a declated ingestion crosswalk
|
||||
# Crosswalk settings; the {name} value must correspond to a declared ingestion crosswalk
|
||||
# harvester.oai.metadataformats.{name} = {namespace},{optional display name}
|
||||
# The display name is only used in the xmlui for the jspui there are entries in the
|
||||
# Messages.properties in the form jsp.tools.edit-collection.form.label21.select.{name}
|
||||
@@ -60,7 +60,7 @@ harvester.autoStart=false
|
||||
#harvester.timePadding = 120
|
||||
|
||||
# How frequently the harvest scheduler checks the remote provider for updates,
|
||||
# messured in minutes. The default vaule is 12 hours (or 720 minutes)
|
||||
# measured in minutes. The default value is 12 hours (or 720 minutes)
|
||||
#harvester.harvestFrequency = 720
|
||||
|
||||
# The heartbeat is the frequency at which the harvest scheduler queries the local
|
||||
|
Reference in New Issue
Block a user