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
31
31
call " %SCRIPT_DIR% \rabbitmq-defaults.bat"
32
32
33
33
set DEFAULT_SCHEDULER_BIND_TYPE = tnnps
34
- REM [ "x" = "x$RABBITMQ_SCHEDULER_BIND_TYPE" ] && RABBITMQ_SCHEDULER_BIND_TYPE=${DEFAULT_SCHEDULER_BIND_TYPE}
35
34
35
+ REM [ "x" = "x$RABBITMQ_SCHEDULER_BIND_TYPE" ] && RABBITMQ_SCHEDULER_BIND_TYPE=${DEFAULT_SCHEDULER_BIND_TYPE}
36
36
REM set the default scheduling bind type
37
37
if " !RABBITMQ_SCHEDULER_BIND_TYPE! " == " " (
38
38
set RABBITMQ_SCHEDULER_BIND_TYPE = !DEFAULT_SCHEDULER_BIND_TYPE!
39
39
)
40
40
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
45
41
REM # warn about old rabbitmq.conf file, if no new one
46
42
REM if [ -f /etc/rabbitmq/rabbitmq.conf ] && \
47
43
REM [ ! -f ${CONF_ENV_FILE} ] ; then
You can’t perform that action at this time.
0 commit comments