用户可以使用管理员设置的公用线路

This commit is contained in:
GoEdgeLab
2022-11-24 17:19:51 +08:00
parent a27e874a9b
commit 3c9f6b5d7b
9 changed files with 175 additions and 24 deletions

View File

@@ -108,7 +108,7 @@ func uploadLogs() error {
return nil
}
const hashSize = 5
const hashSize = 10
var hashList = []uint64{}
Loop: