mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-31 14:19:56 +00:00
Change SAS upload pool size
This commit is contained in:
@@ -142,7 +142,7 @@ $("form#upload_form").submit(function (event) {
|
|||||||
var imagesCount = images.length;
|
var imagesCount = images.length;
|
||||||
var completeCount = 0;
|
var completeCount = 0;
|
||||||
|
|
||||||
var poolSize = 5;
|
var poolSize = 1;
|
||||||
var imagePool = [];
|
var imagePool = [];
|
||||||
|
|
||||||
while(images.length > 0 && imagePool.length < poolSize) {
|
while(images.length > 0 && imagePool.length < poolSize) {
|
||||||
|
Reference in New Issue
Block a user