From bdaa3e6bd878c62a5d9517c2093c2fbc38021500 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 29 Oct 2020 16:06:57 +0800 Subject: [PATCH] 1 --- server/analyseapi/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/analyseapi/app.go b/server/analyseapi/app.go index eb0b33f..0a68e52 100644 --- a/server/analyseapi/app.go +++ b/server/analyseapi/app.go @@ -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()); }