allow mmap writes

This commit is contained in:
Igor Canadi 2014-03-27 12:00:38 -07:00
parent 5826f9528f
commit b14c1f995b

View File

@ -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),