host修改

This commit is contained in:
刘河
2019-01-13 01:43:58 +08:00
parent 851241a0c7
commit a94cef65a1
3 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,6 @@ func main() {
*TcpPort = 8284
}
}
log.SetFlags(log.Lshortfile)
cnf.CompressDecode, cnf.CompressEncode = utils.GetCompressType(cnf.Compress)
server.StartNewServer(*TcpPort, &cnf)
}