mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
revised comments && renamed sars to trends
This commit is contained in:
committed by
Dan Christian Bogos
parent
6c2fbbec28
commit
4d4392d196
@@ -195,8 +195,8 @@ func (srvMngr *ServiceManager) handleReload() {
|
||||
go srvMngr.reloadService(utils.ThresholdS)
|
||||
case <-srvMngr.GetConfig().GetReloadChan(config.STATS_JSON):
|
||||
go srvMngr.reloadService(utils.StatS)
|
||||
case <-srvMngr.GetConfig().GetReloadChan(config.SARS_JSON):
|
||||
go srvMngr.reloadService(utils.SarS)
|
||||
case <-srvMngr.GetConfig().GetReloadChan(config.TRENDS_JSON):
|
||||
go srvMngr.reloadService(utils.TrendS)
|
||||
case <-srvMngr.GetConfig().GetReloadChan(config.SAGS_JSON):
|
||||
go srvMngr.reloadService(utils.SagS)
|
||||
case <-srvMngr.GetConfig().GetReloadChan(config.RESOURCES_JSON):
|
||||
|
||||
Reference in New Issue
Block a user