- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for checkCrawlerStatus (0.08 sec)
-
src/main/java/org/codelibs/fess/helper/IntervalControlHelper.java
/** * Checks the crawler status and waits if the crawler is not running. * This method blocks until the crawler is running again. */ public void checkCrawlerStatus() { while (!crawlerRunning) { ThreadUtil.sleepQuietly(crawlerWaitMillis); } } /** * Applies delay based on the configured interval rules.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Nov 23 12:34:02 UTC 2025 - 10K bytes - Viewed (0)