mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-09 03:50:27 +08:00
大幅提升缓存索引性能
This commit is contained in:
@@ -103,6 +103,12 @@ For:
|
||||
}
|
||||
case <-this.close:
|
||||
// closed
|
||||
|
||||
if lastTx != nil {
|
||||
_ = lastTx.Commit()
|
||||
lastTx = nil
|
||||
}
|
||||
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user