Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cleanup (0.04 sec)

  1. IndexUpdater.java

    buf.append("no docs in indexing queue (Doc:{access "); L524: } L525: buf.append(systemHelper.getCurrentTimeAsLong() - execTime).append("ms"); L526: if (cleanupTime >= 0) { L527: buf.append(", cleanup ").append(cleanupTime).append("ms"); L528: } L529: buf.append("}, "); L530: buf.append(MemoryUtil.getMemoryUsageLog()); L531: buf.append(')'); L532: logger.info(buf.toString()); L533: }...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:20:39 UTC 2024
      24.2K bytes
Back to top