summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkjnilsson <knilsson@pivotal.io>2019-04-08 16:12:26 +0100
committerkjnilsson <knilsson@pivotal.io>2019-04-23 14:36:10 +0100
commitec76fef8a84f4dee56e422564cac5634ed89976f (patch)
tree1b2bfffa813c3c376fe22bbb608f05a159e982a2 /Makefile
parentd389d045df3f60bb19511d3240f3cee7c1de534c (diff)
downloadrabbitmq-server-git-ec76fef8a84f4dee56e422564cac5634ed89976f.tar.gz
Move consumer timeout tests to own SUITE
Also handle case where client does not support consumer cancellation and rename the queue_cleanup timer to a generic "tick" timer for channels to perform periodic activities. [#164212469]
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}
]