Skip to content
Snippets Groups Projects
Verified Commit 9fce9892 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

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

parent 27d54ee9
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