summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Klishin <michael@novemberain.com>2017-07-28 21:37:42 +0300
committerGitHub <noreply@github.com>2017-07-28 21:37:42 +0300
commite84ba4ca9329243879f51bf147f079519171c81f (patch)
tree566e8a702fe706a0e4cfaa67f5ed7b2adc932d83 /Makefile
parent118666d7caba0e494ec3f8144c0a35e12130a9a1 (diff)
parent77101e7fadaac0bf12b862c6c6cf48e08eb97e4b (diff)
downloadrabbitmq-server-git-e84ba4ca9329243879f51bf147f079519171c81f.tar.gz
Merge branch 'master' into fix-travis-ci-build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 61c8fa4b53..9aeaf80c72 100644
--- a/Makefile
+++ b/Makefile
@@ -112,17 +112,19 @@ define PROJECT_ENV
{passphrase, undefined}
]},
- %% rabbitmq-server-973
+ %% rabbitmq-server#973
{queue_explicit_gc_run_operation_threshold, 1000},
{lazy_queue_explicit_gc_run_operation_threshold, 1000},
{background_gc_enabled, false},
{background_gc_target_interval, 60000},
- %% rabbitmq-server-589
+ %% rabbitmq-server#589
{proxy_protocol, false},
{disk_monitor_failure_retries, 10},
{disk_monitor_failure_retry_interval, 120000},
- %% either "stop_node" or "ignore"
- {vhost_restart_strategy, stop_node}
+ %% either "stop_node" or "continue".
+ %% by default we choose to not terminate the entire node if one
+ %% vhost had to shut down, see server#1158 and server#1280
+ {vhost_restart_strategy, continue}
]
endef