完善docker配置文件

This commit is contained in:
flswld
2023-01-20 00:36:06 +08:00
parent cda96a81df
commit 32d57be1ce
15 changed files with 188 additions and 1461 deletions

View File

@@ -25,7 +25,7 @@ func NewHandle(messageQueue *mq.MessageQueue) (r *Handle) {
}
func (h *Handle) run() {
for i := 0; i < 4; i++ {
for i := 0; i < 1; i++ {
go func() {
for {
netMsg := <-h.messageQueue.GetNetMsg()