summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1c2d096a70..b736c19fc7 100644
--- a/Makefile
+++ b/Makefile
@@ -125,6 +125,7 @@ define PROJECT_ENV
%% 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},
+ %% {global, prefetch count}
{default_consumer_prefetch, {false, 0}}
]
endef