Commit 852cf3b5 authored by hujiebin's avatar hujiebin

feat:速率1秒一次

parent 3340a8ea
......@@ -148,7 +148,7 @@ func deal() {
}
sendGiftChan <- msg
}
time.Sleep(time.Millisecond * 200) // 控制全服banner速率
time.Sleep(time.Second) // 控制全服banner速率
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment