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

neil_a_wilson
18.28.2007 c8909a96ccd351ebe0503d9924110716ddf73a2e
opendj-sdk/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();