fixes #2169 sync metadata, limit to 500 image_ids per request

This commit is contained in:
plegall
2024-06-19 14:59:43 +02:00
parent f0ed96d93c
commit 831e876af0

View File

@@ -282,7 +282,7 @@ jQuery('#applyAction').click(function(e) {
var todo = 0;
var syncBlockSize = Math.min(
Number((elements.length/2).toFixed()),
1000
500
);
var image_ids = Array();