]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
msg: make async backend default 10746/head
authorHaomai Wang <haomai@xsky.com>
Wed, 17 Aug 2016 02:30:38 +0000 (10:30 +0800)
committerHaomai Wang <haomai@xsky.com>
Wed, 17 Aug 2016 02:30:38 +0000 (10:30 +0800)
Signed-off-by: Haomai Wang <haomai@xsky.com>
src/common/config_opts.h

index 5e89c20363224eb1a531cb350fe920d2cfadd1b8..3baa872eea5d72be5eb0cb90fc88e3849c97ee39 100644 (file)
@@ -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