Skip to content

Commit

Permalink
Merge pull request #10746 from ceph/wip-async-default
Browse files Browse the repository at this point in the history
msg: make async backend default
  • Loading branch information
liewegas committed Sep 2, 2016
2 parents 76eab5d + cb51b30 commit 6df9577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/config_opts.h
Expand Up @@ -167,7 +167,7 @@ OPTION(heartbeat_file, OPT_STR, "")
OPTION(heartbeat_inject_failure, OPT_INT, 0) // force an unhealthy heartbeat for N seconds
OPTION(perf, OPT_BOOL, true) // enable internal perf counters

OPTION(ms_type, OPT_STR, "simple") // messenger backend
OPTION(ms_type, OPT_STR, "async") // messenger backend
OPTION(ms_tcp_nodelay, OPT_BOOL, true)
OPTION(ms_tcp_rcvbuf, OPT_INT, 0)
OPTION(ms_tcp_prefetch_max_size, OPT_INT, 4096) // max prefetch size, we limit this to avoid extra memcpy
Expand Down

0 comments on commit 6df9577

Please sign in to comment.