예제 #1
0
파일: main.go 프로젝트: funkygao/gafka
func init() {
	gateway.ParseFlags()
	if !gateway.Options.RunSwaggerServer {
		gateway.ValidateFlags()
	}

	gateway.EnsureServerUlimit()
	debug.SetGCPercent(800) // same env GOGC. in golang1.7, we needn't concern about this
}
예제 #2
0
파일: main.go 프로젝트: chendx79/gafka
func init() {
	gateway.ParseFlags()
	gateway.ValidateFlags()
}