Merge branch '382-remove-parallel-upload' into 'develop'

Resolve "Freeze when uploading a lot of flac files in small configs (using Raspberry with YunoHost)"

Closes #382

See merge request funkwhale/funkwhale!329
This commit is contained in:
Eliot Berriot 2018-07-20 17:37:03 +00:00
commit 24132fa1a3
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/*" accept="audio/*"
v-model="files" v-model="files"
name="audio_file" name="audio_file"
:thread="3" :thread="1"
@input-filter="inputFilter" @input-filter="inputFilter"
@input-file="inputFile" @input-file="inputFile"
ref="upload"> ref="upload">