Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setSearchEngineCpuPercent (0.09 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/org/codelibs/fess/timer/LoadControlMonitorTarget.java

                        }
                    }
                }
                systemHelper.setSearchEngineCpuPercent(maxCpu);
                consecutiveFailures = 0;
                if (logger.isDebugEnabled()) {
                    logger.debug("Search Engine CPU: {}%", maxCpu);
                }
            } catch (final Exception e) {
                systemHelper.setSearchEngineCpuPercent((short) 0);
                consecutiveFailures++;
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Tue Feb 10 04:24:02 GMT 2026
    - 3K bytes
    - Click Count (0)
Back to Top