mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-25 02:24:26 +00:00
Change SAS upload pool size
This commit is contained in:
parent
cc2caf4ba1
commit
766d913afe
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user