Commit 630fe23b by Li Feifei

Update file_upload.go

parent 7f5bb56c
Pipeline #17150 passed with stages
in 1 minute 2 seconds
...@@ -146,7 +146,7 @@ func (f *ObtainFile) uploadPicture() error { ...@@ -146,7 +146,7 @@ func (f *ObtainFile) uploadPicture() error {
return err return err
} }
defer reader.Close() defer reader.Close()
pool := workpool.New(10) pool := workpool.New(100)
for _, file := range reader.File { for _, file := range reader.File {
tempFile := file tempFile := file
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment