Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for 429 (0.01 seconds)

  1. src/main/resources/fess_config.properties

    max.log.output.length=4000
    # Adaptive load control value.
    adaptive.load.control=50
    # CPU threshold (%) for web request load control. Returns 429 when CPU >= this value. (100: disabled)
    web.load.control=100
    # CPU threshold (%) for API request load control. Returns 429 when CPU >= this value. (100: disabled)
    api.load.control=100
    # Interval (seconds) for monitoring OpenSearch CPU load.
    load.control.monitor.interval=1
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 59.3K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /**
         * Get the value for the key 'web.load.control'. <br>
         * The value is, e.g. 100 <br>
         * comment: CPU threshold (%) for web request load control. Returns 429 when CPU &gt;= this value. (100: disabled)
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getWebLoadControl();
    
        /**
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 576.9K bytes
    - Click Count (2)
Back to Top