mmm: freeranges computed on startup and kept only in memory.

This commit is contained in:
fiatjaf
2025-10-14 00:38:51 +00:00
parent bcc7575e04
commit 53e838c61d
5 changed files with 52 additions and 39 deletions

View File

@@ -131,7 +131,7 @@ func (b *MultiMmapManager) Rescan() error {
}
}
return nil
return b.GatherFreeRanges(mmmtxn)
})
}