summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiana Corbacho <diana@rabbitmq.com>2017-10-27 10:30:29 +0100
committerDiana Corbacho <diana@rabbitmq.com>2017-10-27 12:00:45 +0100
commit50495d6e8cae33e362d7063b5b57aaa3686b2612 (patch)
treedfd9ff62dbef953e430280a4a4490dbc8cd4105e /Makefile
parentcb8de07dbb357edd1202baa0bdc487d80a861285 (diff)
downloadrabbitmq-server-git-50495d6e8cae33e362d7063b5b57aaa3686b2612.tar.gz
Configurable default consumer prefetch for new channels
rabbitmq-server#1367 [#151216783]
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc701b8865..1c2d096a70 100644
--- a/Makefile
+++ b/Makefile
@@ -124,7 +124,8 @@ define PROJECT_ENV
%% 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}
+ {vhost_restart_strategy, continue},
+ {default_consumer_prefetch, {false, 0}}
]
endef