Minor update for 0.13.x.

FossilOrigin-Name: dc509ba810fb153efeaf860ffc2eca2b11daa83d2fd5688fd8d7d0f8144c158a
This commit is contained in:
Mahlon E. Smith 2025-02-06 19:28:46 +00:00
parent f3b04f50f4
commit 48cd5e7ad7
3 changed files with 5 additions and 10 deletions

View file

@ -32,11 +32,6 @@ class MDBX::Database
### Unless otherwise mentioned, option keys are symbols, and values
### are boolean.
###
### [:coalesce]
### Attempt to coalesce items for the garbage collector,
### potentialy increasing the chance of unallocating storage
### earlier.
###
### [:compatible]
### Skip compatibility checks when opening an in-use database with
### unknown or mismatched flag values.
@ -83,7 +78,7 @@ class MDBX::Database
### random reads wunder low memory conditions. Default behavior
### is to dynamically choose when to use or omit readahead.
###
### [:no_threadlocal]
### [:no_stickythreads]
### Parallelize read-only transactions across threads. Writes are
### always thread local. (See MDBX documentation for details.)
###