diff options
| author | Diana Corbacho <diana@rabbitmq.com> | 2017-10-27 10:30:29 +0100 |
|---|---|---|
| committer | Diana Corbacho <diana@rabbitmq.com> | 2017-10-27 12:00:45 +0100 |
| commit | 50495d6e8cae33e362d7063b5b57aaa3686b2612 (patch) | |
| tree | dfd9ff62dbef953e430280a4a4490dbc8cd4105e /Makefile | |
| parent | cb8de07dbb357edd1202baa0bdc487d80a861285 (diff) | |
| download | rabbitmq-server-git-50495d6e8cae33e362d7063b5b57aaa3686b2612.tar.gz | |
Configurable default consumer prefetch for new channels
rabbitmq-server#1367
[#151216783]
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
