We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b9422e + bea45db commit bb4660cCopy full SHA for bb4660c
1 file changed
dspace/config/modules/bulkedit.cfg
@@ -38,7 +38,7 @@ bulkedit.allow-bulk-deletion = dspace.agreements.end-user
38
# After too much consecutive records everything starts to slow down because too many things are being loaded into memory
39
# If we commit these to the database these are cleared out of our memory and we don't lose as much performance
40
# By default this is set to 100
41
-bulkedit.change.commit.count = 100
+bulkedit.change.commit.count = 20
42
43
### Bulkedit Metadata export settings
44
# The maximum amount of items that can be exported using the "metadata-export" / "metadata-export-search" script
0 commit comments