mirror of
https://github.com/statbate/special-pancake.git
synced 2026-08-11 03:12:42 +00:00
update
This commit is contained in:
parent
b17b989e28
commit
e1a12157f7
3 changed files with 149 additions and 132 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue