allow mmap writes

main
Igor Canadi 11 years ago
parent 5826f9528f
commit b14c1f995b
  1. 2
      util/options.cc

@ -91,7 +91,7 @@ Options::Options()
purge_redundant_kvs_while_flush(true),
allow_os_buffer(true),
allow_mmap_reads(false),
allow_mmap_writes(false),
allow_mmap_writes(true),
is_fd_close_on_exec(true),
skip_log_error_on_recovery(false),
stats_dump_period_sec(3600),

Loading…
Cancel
Save