- add `file::Store::set_packed_buffer_mmap_threshold()`.
That way it's possible to control under which circumstances, if at all,
memory maps will be used.
### Bug Fixes
- assure memory maps don't get in the way of updating `.git/packet-refs` on Windows.
The solution entails to not use memory maps on Windows which is certainly fine
on todays systems, even though it's likely to add latency.
### Commit Statistics
- 2 commits contributed to the release.
- 8 days passed between releases.
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: #1183
### Commit Details
* **#1183**
- Assure memory maps don't get in the way of updating `.git/packet-refs` on Windows. (6c1da71)
- Add `file::Store::set_packed_buffer_mmap_threshold()`. (7b4573a)