mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 07:08:45 +05:00
Avoid double decompressing in session to speed up a bit
This commit is contained in:
@@ -249,7 +249,7 @@ func (self *SMGSession) saveOperations(originID string) error {
|
||||
return err
|
||||
}
|
||||
}
|
||||
firstCC.Timespans.Decompress()
|
||||
//firstCC.Timespans.Decompress()
|
||||
firstCC.Timespans.Merge() // Here we could wait a while depending on the size of the timespans
|
||||
firstCC.Timespans.Compress()
|
||||
smCost := &engine.SMCost{
|
||||
|
||||
Reference in New Issue
Block a user