Skip to content
Snippets Groups Projects
Unverified Commit ac49a391 authored by iFA's avatar iFA Committed by GitHub
Browse files

Update options.pxd

parent 57397cd0
No related branches found
No related tags found
No related merge requests found
......@@ -102,6 +102,7 @@ cdef extern from "rocksdb/options.h" namespace "rocksdb":
cpp_bool allow_concurrent_memtable_write
cpp_bool enable_write_thread_adaptive_yield
shared_ptr[Cache] row_cache
void IncreaseParallelism(int) nogil except+
cdef cppclass ColumnFamilyOptions:
ColumnFamilyOptions()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment