1
0
mirror of https://github.com/FloatTech/zbpdata.git synced 2024-09-29 17:36:28 +09:00

feat: 改为并行上传

This commit is contained in:
源文雨 2022-04-17 20:09:05 +08:00
parent fb80a176f0
commit 7aa2cbd0f5

View File

@ -53,7 +53,6 @@ func main() {
break
}
fmt.Println("accqiring set lock, retry times:", i)
process.SleepAbout1sTo2s()
}
var wg sync.WaitGroup
wg.Add(len(files))