Files
termux-packages/packages/pika/third-blackwidow-src-options_helper.h.patch
termux-pacman-bot 00295920c3 pika: Bump to 3.4.1
2022-11-19 17:01:18 +00:00

11 lines
866 B
Diff

--- a/third/blackwidow/src/options_helper.h
+++ b/third/blackwidow/src/options_helper.h
@@ -37,7 +37,6 @@
static std::unordered_map<std::string, MemberTypeInfo> mutable_db_options_member_type_info = {
{"max_background_jobs", {offsetof(struct rocksdb::DBOptions, max_background_jobs), MemberType::kInt}},
{"max_background_compactions", {offsetof(struct rocksdb::DBOptions, max_background_compactions), MemberType::kInt}},
- {"base_background_compactions", {offsetof(struct rocksdb::DBOptions, base_background_compactions), MemberType::kInt}},
{"max_open_files", {offsetof(struct rocksdb::DBOptions, max_open_files), MemberType::kInt}},
{"bytes_per_sync", {offsetof(struct rocksdb::DBOptions, bytes_per_sync), MemberType::kUint64T}},
{"delayed_write_rate", {offsetof(struct rocksdb::DBOptions, delayed_write_rate), MemberType::kUint64T}},