mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
ees: remove init from libcdre, rename to failedposts
This commit is contained in:
committed by
Dan Christian Bogos
parent
295ddec792
commit
4c30ec4e4c
@@ -47,7 +47,7 @@ type GlobalVarS struct {
|
||||
// Start should handle the sercive start
|
||||
func (gv *GlobalVarS) Start() (err error) {
|
||||
engine.SetRoundingDecimals(gv.cfg.GeneralCfg().RoundingDecimals)
|
||||
ees.SetFailedPostCacheTTL(gv.cfg.EEsCfg().FailedPosts.TTL, gv.cfg.EEsCfg().FailedPosts.StaticTTL)
|
||||
ees.InitFailedPostCache(gv.cfg.EEsCfg().FailedPosts.TTL, gv.cfg.EEsCfg().FailedPosts.StaticTTL)
|
||||
engine.SetHTTPPstrTransport(gv.cfg.HTTPCfg().ClientOpts)
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user