summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6620c8359b..9e818a8937 100644
--- a/Makefile
+++ b/Makefile
@@ -126,7 +126,8 @@ define PROJECT_ENV
{vhost_restart_strategy, continue},
%% {global, prefetch count}
{default_consumer_prefetch, {false, 0}},
- {channel_queue_cleanup_interval, 60000},
+ %% interval at which the channel can perform periodic actions
+ {channel_tick_interval, 60000},
%% Default max message size is 128 MB
{max_message_size, 134217728}
]