- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getRateLimitRetryAfterSecondsAsInteger (0.17 seconds)
-
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 blockCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Dec 24 14:16:27 GMT 2025 - 9.4K bytes - Click Count (0)