summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Klishin <michael@novemberain.com>2017-10-28 01:42:16 +0300
committerGitHub <noreply@github.com>2017-10-28 01:42:16 +0300
commit1972f8922d21bed1a6ad4f2ebc9236cbaae0d6f5 (patch)
tree5bf45d9b2b4e272c05dcad52cc01b8174090799b /Makefile
parent32c48cd7636885f27c24c60e648fd911ff8acd31 (diff)
parent2879048ad6df40b64624f366f72009778fcbcaa8 (diff)
downloadrabbitmq-server-git-1972f8922d21bed1a6ad4f2ebc9236cbaae0d6f5.tar.gz
Merge pull request #1408 from rabbitmq/rabbitmq-server-1367
Configurable default consumer prefetch for new channels
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc701b8865..b736c19fc7 100644
--- a/Makefile
+++ b/Makefile
@@ -124,7 +124,9 @@ 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},
+ %% {global, prefetch count}
+ {default_consumer_prefetch, {false, 0}}
]
endef