We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde69ca commit 710733eCopy full SHA for 710733e
src/rabbit_amqqueue_process.erl
@@ -22,7 +22,7 @@
22
23
-define(SYNC_INTERVAL, 200). %% milliseconds
24
-define(RAM_DURATION_UPDATE_INTERVAL, 5000).
25
--define(CONSUMER_BIAS_RATIO, 1.1). %% i.e. consume 10% faster
+-define(CONSUMER_BIAS_RATIO, 2.0). %% i.e. consume 100% faster
26
27
-export([info_keys/0]).
28
0 commit comments