Avoid double decompressing in session to speed up a bit

This commit is contained in:
DanB
2016-09-16 17:32:29 +02:00
parent 30d6603967
commit 357c3274f7

View File

@@ -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{