File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -45,21 +45,6 @@ url = "2.5.4"
4545default = [" serde" , " serde-bincode" , " serde-json" ]
4646serde = [" bitflags/serde" , " dep:serde" ]
4747
48- # The #MDB_NOTLS flag is automatically set on Env opening,
49- # RoTxn and RoCursors implements the Send trait. This allows the
50- # user to move RoTxns and RoCursors between threads as read transactions
51- # will no more use thread local storage and will tie reader locktable
52- # slots to #MDB_txn objects instead of to threads.
53- #
54- # According to the LMDB documentation, when this feature is not enabled:
55- # A thread can only use one transaction at a time, plus any child
56- # transactions. Each transaction belongs to one thread. [...]
57- # The #MDB_NOTLS flag changes this for read-only transactions.
58- #
59- # And a #MDB_BAD_RSLOT error will be thrown when multiple read
60- # transactions exists on the same thread
61- read-txn-no-tls = []
62-
6348# Enable the serde en/decoders for bincode, serde_json, or rmp_serde
6449serde-bincode = [" heed-types/serde-bincode" ]
6550serde-json = [" heed-types/serde-json" ]
You can’t perform that action at this time.
0 commit comments