Update options.pxd
This commit is contained in:
parent
fdeab9f159
commit
b602bde7f6
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ cdef extern from "rocksdb/options.h" namespace "rocksdb":
|
||||||
uint64_t max_manifest_file_size
|
uint64_t max_manifest_file_size
|
||||||
int table_cache_numshardbits
|
int table_cache_numshardbits
|
||||||
uint64_t WAL_ttl_seconds
|
uint64_t WAL_ttl_seconds
|
||||||
|
uint64_t ttl
|
||||||
uint64_t WAL_size_limit_MB
|
uint64_t WAL_size_limit_MB
|
||||||
size_t manifest_preallocation_size
|
size_t manifest_preallocation_size
|
||||||
cpp_bool allow_mmap_reads
|
cpp_bool allow_mmap_reads
|
||||||
|
|
Loading…
Reference in a new issue