mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Updated DataDB Service. Fixes #1793
This commit is contained in:
@@ -66,6 +66,7 @@ func (db *DataDBService) Start() (err error) {
|
||||
return
|
||||
} else if db.cfg.SessionSCfg().Enabled && err != nil {
|
||||
utils.Logger.Warning(fmt.Sprintf("Could not configure dataDb: %s. Some SessionS APIs will not work", err))
|
||||
err = nil // reset the error in case of only SessionS active
|
||||
return
|
||||
}
|
||||
var rmtConns, rplConns *rpcclient.RpcClientPool
|
||||
|
||||
Reference in New Issue
Block a user