diff options
| author | Alvaro Videla <videlalvaro@gmail.com> | 2015-10-10 18:01:41 +0200 |
|---|---|---|
| committer | Alvaro Videla <videlalvaro@gmail.com> | 2015-10-10 18:01:41 +0200 |
| commit | fbc7ff540c30e6734f87c19fe09197124fdcdabb (patch) | |
| tree | 671f63c367f3a780f9da306d7897919f290ee851 /src | |
| parent | 199d5a96e8d492de14ae4a6410163a927be84272 (diff) | |
| download | rabbitmq-server-git-fbc7ff540c30e6734f87c19fe09197124fdcdabb.tar.gz | |
removes unused constant
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_mirror_queue_sync.erl | 2 |
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 |
