LDB to use allow_mmap_writes = false
This commit is contained in:
parent
981082769e
commit
677ca7d806
@ -202,6 +202,7 @@ Options LDBCommand::PrepareOptionsForOpenDB() {
|
||||
|
||||
Options opt = options_;
|
||||
opt.create_if_missing = false;
|
||||
opt.allow_mmap_writes = false;
|
||||
|
||||
map<string, string>::const_iterator itr;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user