mirage / irmin

Irmin is a distributed database that follows the same design principles as Git
https://irmin.org
ISC License
1.84k stars 153 forks source link

irmin-pack: clear LRU when reloading RO (forward port to main) #2217

Closed metanivek closed 1 year ago

metanivek commented 1 year ago

This is a forward port of https://github.com/mirage/irmin/pull/2200. It is already released in 3.6.1, so no need to mention in changes.

Closes #2171