- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setMaxRedirectCount (0.29 sec)
-
src/main/java/org/codelibs/fess/thumbnail/impl/BaseThumbnailGenerator.java
this.name = name; } /** * Sets the maximum number of redirects to follow. * @param maxRedirectCount The maximum redirect count. */ public void setMaxRedirectCount(final int maxRedirectCount) { this.maxRedirectCount = maxRedirectCount; }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 13.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ds/callback/FileListIndexUpdateCallbackImpl.java
} /** * Sets the maximum number of redirects to follow when processing URLs. * * @param maxRedirectCount the maximum redirect count */ public void setMaxRedirectCount(final int maxRedirectCount) { this.maxRedirectCount = maxRedirectCount; } /** * Sets the timeout for executor service termination during shutdown. *Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 29.7K bytes - Viewed (3)