mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-06 17:45:22 +00:00
rocksdb: Remove use of OptimizeForSmallDB in rocksdb plugin (#5797)
This fixes the crash in #5793.
The fix was attempted in a31d758
but it did not include the existing plugin implementation.
This commit is contained in:
parent
11d3ff476a
commit
516c0e4563
@ -79,7 +79,6 @@ Status RocksDBDatabasePlugin::setUp() {
|
||||
|
||||
if (!initialized_) {
|
||||
initialized_ = true;
|
||||
options_.OptimizeForSmallDb();
|
||||
|
||||
// Set meta-data (mostly) handling options.
|
||||
options_.create_if_missing = true;
|
||||
|
Loading…
Reference in New Issue
Block a user