mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
18.28.2007 83ceb6afa10a13853a52e6f5e564d73c96d0e00d
opends/src/server/org/opends/server/api/MonitorProvider.java
@@ -275,7 +275,17 @@
    {
      long stopSleepTime =
           System.currentTimeMillis() + getUpdateInterval();
      updateMonitorData();
      try
      {
        updateMonitorData();
      }
      catch (Exception e)
      {
        if (debugEnabled())
        {
          TRACER.debugCaught(DebugLogLevel.ERROR, e);
        }
      }
      long remainingSleepTime =
           stopSleepTime - System.currentTimeMillis();