This commit is contained in:
Liang Ding 2023-01-19 01:15:54 +08:00
parent 2cb6e82330
commit ffed021dda
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
3 changed files with 8 additions and 4 deletions

View file

@ -57,7 +57,7 @@ func autoOCRAssets() {
waitGroup.Add(1)
p.Invoke(assetAbsPath)
if 63 <= i { // 一次最多处理 64 张图片,防止卡顿
if 63 <= i { // 一次任务中最多处理 64 张图片,防止卡顿
break
}
}