From dfd00318cf8172a091af1cf2ce8cdddaa9ab155b 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.
---
opends/src/statuspanel/org/opends/statuspanel/ServerStatusPooler.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/statuspanel/org/opends/statuspanel/ServerStatusPooler.java b/opends/src/statuspanel/org/opends/statuspanel/ServerStatusPooler.java
index a56274c..97af64b 100644
--- a/opends/src/statuspanel/org/opends/statuspanel/ServerStatusPooler.java
+++ b/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