Add support for configuring lmdb map size

This commit is contained in:
Jan Emmens
2020-04-29 00:40:06 +02:00
parent 899559a060
commit c4287cdfac
5 changed files with 38 additions and 7 deletions

View File

@ -1,3 +1,7 @@
## v0.10.2
- Add support for configuring the lmdb map size (#646)
## v0.10.1
- Add support for floating points in filters (#640)