Fix #382: Remove parallelization of uploads during import to avoid crashing small servers
This commit is contained in:
parent
27d54ee971
commit
9fce989235
2 changed files with 2 additions and 1 deletions
1
changes/changelog.d/382.bugfix
Normal file
1
changes/changelog.d/382.bugfix
Normal file
|
|
@ -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…
Add table
Add a link
Reference in a new issue