Change SAS upload pool size

This commit is contained in:
Skia 2017-01-09 13:05:24 +01:00
parent cc2caf4ba1
commit 766d913afe
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ $("form#upload_form").submit(function (event) {
var imagesCount = images.length;
var completeCount = 0;
var poolSize = 5;
var poolSize = 1;
var imagePool = [];
while(images.length > 0 && imagePool.length < poolSize) {