Fix #382: Remove parallelization of uploads during import to avoid crashing small servers

This commit is contained in:
Eliot Berriot 2018-07-20 19:32:42 +02:00
parent 27d54ee971
commit 9fce989235
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Remove parallelization of uploads during import to avoid crashing small servers (#382)

View File

@ -15,7 +15,7 @@
accept="audio/*"
v-model="files"
name="audio_file"
:thread="3"
:thread="1"
@input-filter="inputFilter"
@input-file="inputFile"
ref="upload">