Skip to content

Commit bb4660c

Browse files
EmilianoCostantinivins01-4science
authored andcommitted
Merged in task/main-cris/DSC-2451 (pull request DSpace#4465)
[DSC-2451] Improve the performance of metadata-import Approved-by: Vincenzo Mecca
2 parents 2b9422e + bea45db commit bb4660c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dspace/config/modules/bulkedit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ bulkedit.allow-bulk-deletion = dspace.agreements.end-user
3838
# After too much consecutive records everything starts to slow down because too many things are being loaded into memory
3939
# If we commit these to the database these are cleared out of our memory and we don't lose as much performance
4040
# By default this is set to 100
41-
bulkedit.change.commit.count = 100
41+
bulkedit.change.commit.count = 20
4242

4343
### Bulkedit Metadata export settings
4444
# The maximum amount of items that can be exported using the "metadata-export" / "metadata-export-search" script

0 commit comments

Comments
 (0)