mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-04 06:54:45 +08:00
调整定时器接收channel最大数
This commit is contained in:
@@ -15,7 +15,7 @@ import (
|
|||||||
|
|
||||||
|
|
||||||
var closeSig chan bool
|
var closeSig chan bool
|
||||||
var timerDispatcherLen = 10
|
var timerDispatcherLen = 10000
|
||||||
|
|
||||||
type IService interface {
|
type IService interface {
|
||||||
Init(iservice IService,getClientFun rpc.FuncRpcClient,getServerFun rpc.FuncRpcServer,serviceCfg interface{})
|
Init(iservice IService,getClientFun rpc.FuncRpcClient,getServerFun rpc.FuncRpcServer,serviceCfg interface{})
|
||||||
|
|||||||
Reference in New Issue
Block a user