File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -31,17 +31,13 @@ REM . ${SCRIPT_DIR}/rabbitmq-defaults
3131call " %SCRIPT_DIR% \rabbitmq-defaults.bat"
3232
3333set DEFAULT_SCHEDULER_BIND_TYPE = tnnps
34- REM [ "x" = "x$RABBITMQ_SCHEDULER_BIND_TYPE" ] && RABBITMQ_SCHEDULER_BIND_TYPE=${DEFAULT_SCHEDULER_BIND_TYPE}
3534
35+ REM [ "x" = "x$RABBITMQ_SCHEDULER_BIND_TYPE" ] && RABBITMQ_SCHEDULER_BIND_TYPE=${DEFAULT_SCHEDULER_BIND_TYPE}
3636REM set the default scheduling bind type
3737if " !RABBITMQ_SCHEDULER_BIND_TYPE! " == " " (
3838 set RABBITMQ_SCHEDULER_BIND_TYPE = !DEFAULT_SCHEDULER_BIND_TYPE!
3939)
4040
41- REM These common defaults aren't referenced in the batch scripts
42- REM ## Common defaults
43- REM SERVER_ERL_ARGS="+P 1048576"
44- REM
4541REM # warn about old rabbitmq.conf file, if no new one
4642REM if [ -f /etc/rabbitmq/rabbitmq.conf ] && \
4743REM [ ! -f ${CONF_ENV_FILE} ] ; then
You can’t perform that action at this time.
0 commit comments