File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ DEFAULT_SCHEDULER_BIND_TYPE="db"
6666[ " x" = " x$RABBITMQ_SCHEDULER_BIND_TYPE " ] && RABBITMQ_SCHEDULER_BIND_TYPE=${DEFAULT_SCHEDULER_BIND_TYPE}
6767
6868# # Common defaults
69- SERVER_ERL_ARGS=" +P 1048576 +stbt $RABBITMQ_SCHEDULER_BIND_TYPE "
69+ SERVER_ERL_ARGS=" +P 1048576 +t 5000000 + stbt $RABBITMQ_SCHEDULER_BIND_TYPE "
7070
7171# We save the current value of $RABBITMQ_PID_FILE in case it was set by
7272# an init script. If $CONF_ENV_FILE overrides it again, we must ignore
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ REM echo "location has moved to ${CONF_ENV_FILE}"
4646REM fi
4747
4848REM Common defaults
49- set SERVER_ERL_ARGS = +P 1048576 +stbt !RABBITMQ_SCHEDULER_BIND_TYPE!
49+ set SERVER_ERL_ARGS = +P 1048576 +t 5000000 + stbt !RABBITMQ_SCHEDULER_BIND_TYPE!
5050
5151REM ## Get configuration variables from the configure environment file
5252REM [ -f ${CONF_ENV_FILE} ] && . ${CONF_ENV_FILE} || true
You can’t perform that action at this time.
0 commit comments