Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Usage (0.02 sec)

  1. src/main/java/org/codelibs/fess/helper/SystemHelper.java

                }
                ThreadUtil.sleep(systemCpuCheckInterval);
                count = waitingThreadNames.size();
            }
        }
    
        /**
         * Gets the system CPU usage percentage.
         *
         * @return The system CPU usage percentage.
         */
        protected short getSystemCpuPercent() {
            final long now = getCurrentTimeAsLong();
            if (now - systemCpuCheckTime > systemCpuCheckInterval) {
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 20 08:30:43 UTC 2025
    - 36.6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/Constants.java

        /** Property key for Google Chat webhook URLs configuration. */
        public static final String GOOGLE_CHAT_WEBHOOK_URLS_PROPERTY = "google.chat.webhook.urls";
    
        /** Property key for browser locale usage in search configuration. */
        public static final String USE_BROWSER_LOCALE_FOR_SEARCH_PROPERTY = "search.use.browser.locale";
    
        // ============================================================
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 35.2K bytes
    - Viewed (0)
Back to top