optimise sign

This commit is contained in:
ferrreo 2023-09-05 12:31:55 +01:00
parent 52772f1b3c
commit 9a5bd83251
2 changed files with 2 additions and 1 deletions

BIN
ppp

Binary file not shown.

View File

@ -172,9 +172,10 @@ func signFiles(path string) {
totalCount--
if count < 100 && totalCount > 0 {
count++
filePath = path + " " + path + file
filePath = filePath + " " + path + file
} else {
count = 0
filePath = filePath + " " + path + file
signQueue <- filePath
}
}