Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getRateLimitRetryAfterSecondsAsInteger (0.17 seconds)

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

        /**
         * Get the Retry-After header value in seconds.
         * @return the retry after seconds
         */
        public int getRetryAfterSeconds() {
            return ComponentUtil.getFessConfig().getRateLimitRetryAfterSecondsAsInteger();
        }
    
        /**
         * Block an IP address for the specified duration.
         * Note: The duration is ignored as the cache uses the configured block duration.
         * @param ip the IP address to block
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Dec 24 14:16:27 GMT 2025
    - 9.4K bytes
    - Click Count (0)
Back to Top