1
This commit is contained in:
parent
4f21d0ade8
commit
bdaa3e6bd8
@ -17,7 +17,7 @@ func (this *App_) Init() {
|
||||
G.MetaMgr = new(MetaMgr).Init()
|
||||
G.RiskMgr = new(RiskMgr).Init()
|
||||
G.GameLog = new(GameLog).Init()
|
||||
G.HttpServer = new(f5.HttpServer).Init()
|
||||
G.HttpServer = new(f5.HttpServer).Init("httpserver", 1000 * 60)
|
||||
|
||||
G.HttpServer.Start(G.MetaMgr.GetServer(1).GetListenPort());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user