Update options.pxd
This commit is contained in:
parent
f3be0a05d9
commit
8159afd4b3
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ cdef extern from "rocksdb/options.h" namespace "rocksdb":
|
|||
cpp_bool optimize_filters_for_hits
|
||||
cpp_bool paranoid_file_checks
|
||||
cpp_bool level_compaction_dynamic_level_bytes
|
||||
uint64_t ttl
|
||||
|
||||
cdef cppclass Options(DBOptions, ColumnFamilyOptions):
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue