From 9f643ea267336eed71c84b49aa739d9e9a7dfbc7 Mon Sep 17 00:00:00 2001 From: Feng Date: Sun, 4 Oct 2015 19:44:14 +0800 Subject: [PATCH] 50 lines --- rel/files/emqttd_top | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rel/files/emqttd_top b/rel/files/emqttd_top index 714542a2a..24533c436 100755 --- a/rel/files/emqttd_top +++ b/rel/files/emqttd_top @@ -108,7 +108,7 @@ case "$1" in esac MYPID=$$ -ETOP_ARGS="-sort $SORTBY -interval 10 -lines 100 -tracing off" +ETOP_ARGS="-sort $SORTBY -interval 10 -lines 50 -tracing off" $ERTS_PATH/erl -noshell -noinput \ -pa $RUNNER_LIB_DIR/basho-patches \ -hidden $NAME_PARAM emqttd_top$MYPID$NAME_HOST $COOKIE_ARG \