From aaee394b8c7fdcb653d09d35ea1a28e574632a22 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 08 May 2007 21:29:14 +0000
Subject: [PATCH] Do not display the replication monitoring information if there are no replicated suffixes.
---
opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/ServerStatusPooler.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/ServerStatusPooler.java b/opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/ServerStatusPooler.java
index a56274c..97af64b 100644
--- a/opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/ServerStatusPooler.java
+++ b/opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/ServerStatusPooler.java
@@ -60,8 +60,8 @@
private int nTriesWithErrorOnline;
/* The pooling periods */
- private static final int OFFLINE_POOLING_PERIOD = 3000;
- private static final int ONLINE_POOLING_PERIOD = 5000;
+ private static final int OFFLINE_POOLING_PERIOD = 6000;
+ private static final int ONLINE_POOLING_PERIOD = 4000;
/**
* Default constructor.
--
Gitblit v1.10.0