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