optimise sign
This commit is contained in:
parent
52772f1b3c
commit
9a5bd83251
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user