From 137d1b4ba1992acdd880b61b1a03dc31f0cc1839 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Wed, 23 Apr 2014 14:19:01 +0000
Subject: [PATCH] OPENDJ-1448 Remove JReplicaDB flushing thread and msg queue
---
opends/src/server/org/opends/server/replication/server/ReplicationServer.java | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/server/ReplicationServer.java b/opends/src/server/org/opends/server/replication/server/ReplicationServer.java
index 6ff04ad..a765e8c 100644
--- a/opends/src/server/org/opends/server/replication/server/ReplicationServer.java
+++ b/opends/src/server/org/opends/server/replication/server/ReplicationServer.java
@@ -947,17 +947,6 @@
}
/**
- * Get the queueSize for this replication server.
- *
- * @return The maximum size of the queues for this Replication Server
- *
- */
- public int getQueueSize()
- {
- return this.config.getQueueSize();
- }
-
- /**
* Creates the backend associated to this replication server.
*/
private void createBackend() throws ConfigException
--
Gitblit v1.10.0