This commit is contained in:
poiuty 2022-08-15 12:27:38 +03:00
parent dad37ec59b
commit 30e7296135
3 changed files with 29 additions and 34 deletions

View file

@ -113,9 +113,10 @@ func fastStart() {
if now > v.Last+60*20 {
continue
}
fmt.Println("fastStart:", k, v.Server, v.Proxy)
fmt.Println("fastStart:", k, v.Id, v.Proxy)
workerData := Info{
room: k,
Id: v.Id,
Server: v.Server,
Proxy: v.Proxy,
Online: v.Online,