Added TTL for analyzers

This commit is contained in:
Trial97
2020-10-26 18:20:57 +02:00
committed by Dan Christian Bogos
parent 08d4f1fc21
commit 6b60d49bf6
18 changed files with 159 additions and 74 deletions

View File

@@ -570,6 +570,7 @@ func main() {
anz := services.NewAnalyzerService(cfg, server, exitChan, internalAnalyzerSChan)
if anz.ShouldRun() {
if err := anz.Start(); err != nil {
fmt.Println(err)
return
}
}