optimise sign
This commit is contained in:
parent
52772f1b3c
commit
9a5bd83251
@ -172,9 +172,10 @@ func signFiles(path string) {
|
|||||||
totalCount--
|
totalCount--
|
||||||
if count < 100 && totalCount > 0 {
|
if count < 100 && totalCount > 0 {
|
||||||
count++
|
count++
|
||||||
filePath = path + " " + path + file
|
filePath = filePath + " " + path + file
|
||||||
} else {
|
} else {
|
||||||
count = 0
|
count = 0
|
||||||
|
filePath = filePath + " " + path + file
|
||||||
signQueue <- filePath
|
signQueue <- filePath
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user