mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fixes #2169 sync metadata, limit to 500 image_ids per request
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user