增大服务最大容纳的定时器数

This commit is contained in:
boyce
2020-12-15 18:38:29 +08:00
parent c0cb20a5ef
commit 1eeffb2d05
2 changed files with 11 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ import (
var closeSig chan bool
var timerDispatcherLen = 10000
var timerDispatcherLen = 100000
type IService interface {
Init(iService IService,getClientFun rpc.FuncRpcClient,getServerFun rpc.FuncRpcServer,serviceCfg interface{})