Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setCrawlerWaitMillis (0.1 sec)

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

        }
    
        /**
         * Sets the wait time in milliseconds when the crawler is not running.
         *
         * @param crawlerWaitMillis the wait time in milliseconds
         */
        public void setCrawlerWaitMillis(final long crawlerWaitMillis) {
            this.crawlerWaitMillis = crawlerWaitMillis;
        }
    
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sun Nov 23 12:34:02 UTC 2025
    - 10K bytes
    - Viewed (0)
Back to top