mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Added TTL for analyzers
This commit is contained in:
committed by
Dan Christian Bogos
parent
08d4f1fc21
commit
6b60d49bf6
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user