Fix #382: Remove parallelization of uploads during import to avoid crashing small servers
This commit is contained in:
parent
27d54ee971
commit
9fce989235
|
@ -0,0 +1 @@
|
|||
Remove parallelization of uploads during import to avoid crashing small servers (#382)
|
|
@ -15,7 +15,7 @@
|
|||
accept="audio/*"
|
||||
v-model="files"
|
||||
name="audio_file"
|
||||
:thread="3"
|
||||
:thread="1"
|
||||
@input-filter="inputFilter"
|
||||
@input-file="inputFile"
|
||||
ref="upload">
|
||||
|
|
Loading…
Reference in New Issue