This commit is contained in:
poiuty 2023-05-10 18:31:09 +03:00
parent b17b989e28
commit e1a12157f7
3 changed files with 149 additions and 132 deletions

View file

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