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"
66
66
[ " x" = " x$RABBITMQ_SCHEDULER_BIND_TYPE " ] && RABBITMQ_SCHEDULER_BIND_TYPE=${DEFAULT_SCHEDULER_BIND_TYPE}
67
67
68
68
# # 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 "
70
70
71
71
# We save the current value of $RABBITMQ_PID_FILE in case it was set by
72
72
# 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}"
46
46
REM fi
47
47
48
48
REM 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!
50
50
51
51
REM ## Get configuration variables from the configure environment file
52
52
REM [ -f ${CONF_ENV_FILE} ] && . ${CONF_ENV_FILE} || true
You can’t perform that action at this time.
0 commit comments