1
0
forked from x/icebergs
This commit is contained in:
shaoying 2020-01-07 22:17:33 +08:00
parent 59dc668894
commit d2ba418f18

View File

@ -1062,6 +1062,7 @@ func (m *Message) Grow(key string, chain interface{}, data interface{}) int {
m.Log(LOG_INFO, "%s.%v save %s offset %v+%v", key, chain, name, offset, count) m.Log(LOG_INFO, "%s.%v save %s offset %v+%v", key, chain, name, offset, count)
meta["offset"] = offset + count meta["offset"] = offset + count
list = list[:least] list = list[:least]
cache[kit.MDB_LIST] = list
w.Flush() w.Flush()
} }
return id return id