Skip to content

Commit bea45db

Browse files
[DSC-2451] decrease commit size on metadata import
(cherry picked from commit 80f3a08068d5a21decd247d779daa7a9bf33a74d)
1 parent 2b9422e commit bea45db

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)