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

Update options.pxd

parent ac49a391
No related branches found
No related tags found
No related merge requests found
...@@ -81,6 +81,7 @@ cdef extern from "rocksdb/options.h" namespace "rocksdb": ...@@ -81,6 +81,7 @@ cdef extern from "rocksdb/options.h" namespace "rocksdb":
size_t log_file_time_to_roll size_t log_file_time_to_roll
size_t keep_log_file_num size_t keep_log_file_num
size_t recycle_log_file_num size_t recycle_log_file_num
size_t stats_history_buffer_size
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
......
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