mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Integration tests in services
This commit is contained in:
committed by
Dan Christian Bogos
parent
641a99e8ac
commit
e5f3961a53
@@ -247,6 +247,8 @@ func (srvMngr *ServiceManager) handleReload() {
|
||||
go srvMngr.reloadService(utils.DispatcherH)
|
||||
case <-srvMngr.GetConfig().GetReloadChan(config.HTTP_JSN):
|
||||
go srvMngr.reloadService(utils.GlobalVarS)
|
||||
case <-srvMngr.GetConfig().GetReloadChan(config.AccountSCfgJson):
|
||||
go srvMngr.reloadService(utils.AccountS)
|
||||
}
|
||||
// handle RPC server
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user