Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix "Duplicate RW transaction" LMDB exception.
The check was too strict and would prevent any RO transaction to coexist with RW transactions. But LMDB is designed to allow this - on the other hand there can be only one active RW transaction at a time.
- Loading branch information