diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2015-07-07 22:05:32 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2015-07-07 22:05:32 +0300 |
| commit | bd3cd13db7febaad658d6738b8074442f9662375 (patch) | |
| tree | fc36c09c63336a2378b69ee362442278fbf0b6fa /scripts/rabbitmq-env.bat | |
| parent | 11b110a81633793d97d972b34c607599bd734fc9 (diff) | |
| parent | 5c3c0e6f38792ca37289888ce39996e6baf4d846 (diff) | |
| download | rabbitmq-server-git-bd3cd13db7febaad658d6738b8074442f9662375.tar.gz | |
Merge branch 'stable'
Diffstat (limited to 'scripts/rabbitmq-env.bat')
| -rw-r--r-- | scripts/rabbitmq-env.bat | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/scripts/rabbitmq-env.bat b/scripts/rabbitmq-env.bat index 77bcd65b73..a1aa5c9263 100644 --- a/scripts/rabbitmq-env.bat +++ b/scripts/rabbitmq-env.bat @@ -39,8 +39,7 @@ call "%SCRIPT_DIR%\rabbitmq-defaults.bat" REM These common defaults aren't referenced in the batch scripts REM ## Common defaults -REM SERVER_ERL_ARGS="+K true +A30 +P 1048576 \ -REM -kernel inet_default_connect_options [{nodelay,true}]" +REM SERVER_ERL_ARGS="+P 1048576" REM REM # warn about old rabbitmq.conf file, if no new one REM if [ -f /etc/rabbitmq/rabbitmq.conf ] && \ @@ -51,9 +50,7 @@ REM fi REM ERL_ARGS aren't referenced in the batch scripts REM Common defaults -REM set SERVER_ERL_ARGS=+A30 ^ -REM +P 1048576 ^ -REM -kernel inet_default_connect_options "[{nodelay, true}]" ^ +REM set SERVER_ERL_ARGS=+P 1048576 REM ## Get configuration variables from the configure environment file REM [ -f ${CONF_ENV_FILE} ] && . ${CONF_ENV_FILE} || true |
