Fix typo in dspace.cfg

Fixed typo "cummulative" to "cumulative" in dspace/config/dspace.cfg file
This commit is contained in:
TS
2023-04-11 15:02:24 -03:00
committed by GitHub
parent d9cb1e51c4
commit 1c41794ddd

View File

@@ -880,7 +880,7 @@ org.dspace.app.itemexport.life.span.hours = 48
# The maximum size in Megabytes the export should be. This is enforced before the
# compression. Each bitstream's size in each item being exported is added up, if their
# cummulative sizes are more than this entry the export is not kicked off
# cumulative sizes are more than this entry the export is not kicked off
org.dspace.app.itemexport.max.size = 200
### Batch Item import settings ###