mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02: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 todo = 0;
|
||||||
var syncBlockSize = Math.min(
|
var syncBlockSize = Math.min(
|
||||||
Number((elements.length/2).toFixed()),
|
Number((elements.length/2).toFixed()),
|
||||||
1000
|
500
|
||||||
);
|
);
|
||||||
var image_ids = Array();
|
var image_ids = Array();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user