Skip to content
Snippets Groups Projects
Commit 24132fa1 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

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
parents 27d54ee9 9fce9892
No related branches found
No related tags found
No related merge requests found
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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment