Commit febe2e46 by Li Feifei

test

parent 8570754f
Pipeline #14621 passed with stages
in 1 minute 1 second
......@@ -250,7 +250,6 @@ func Down(v *models.XyuSmallTempFiles) {
}()
<-ch
var uploadImageCount float64
reader, err := zip.OpenReader( "/data/files/" + contentHash + ".zip")
if err != nil {
......@@ -258,7 +257,6 @@ func Down(v *models.XyuSmallTempFiles) {
UpdateFileError("4", v.Uuid, v.RoomNum, objectName)
return
}
ch1 := make(chan bool)
for _, file := range reader.File {
Pool.DoWait(func() error {
......
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