Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setMaxClientFactorySize (0.09 seconds)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/CrawlerClientCreator.java

                }
            }
        }
    
        /**
         * Sets the maximum client factory size.
         * @param maxClientFactorySize The maximum size.
         */
        public void setMaxClientFactorySize(final int maxClientFactorySize) {
            if (maxClientFactorySize <= 0) {
                throw new IllegalArgumentException("maxClientFactorySize must be positive.");
            }
    Created: Sun Apr 12 03:50:13 GMT 2026
    - Last Modified: Sun Jul 06 02:13:03 GMT 2025
    - 4.5K bytes
    - Click Count (0)
Back to Top