summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Videla <videlalvaro@gmail.com>2015-10-10 18:01:41 +0200
committerAlvaro Videla <videlalvaro@gmail.com>2015-10-10 18:01:41 +0200
commitfbc7ff540c30e6734f87c19fe09197124fdcdabb (patch)
tree671f63c367f3a780f9da306d7897919f290ee851
parent199d5a96e8d492de14ae4a6410163a927be84272 (diff)
downloadrabbitmq-server-git-fbc7ff540c30e6734f87c19fe09197124fdcdabb.tar.gz
removes unused constant
-rw-r--r--src/rabbit_mirror_queue_sync.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rabbit_mirror_queue_sync.erl b/src/rabbit_mirror_queue_sync.erl
index d7ed9484b5..4551d1d214 100644
--- a/src/rabbit_mirror_queue_sync.erl
+++ b/src/rabbit_mirror_queue_sync.erl
@@ -22,8 +22,6 @@
-define(SYNC_PROGRESS_INTERVAL, 1000000).
--define(BATCH_SIZE, 20000).
-
%% There are three processes around, the master, the syncer and the
%% slave(s). The syncer is an intermediary, linked to the master in
%% order to make sure we do not mess with the master's credit flow or