- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for isCrawlerHotthreadIgnoreIdleThreads (1.24 sec)
-
src/test/java/org/codelibs/fess/mylasta/direction/FessConfigTest.java
assertEquals("^FESS_ENV_.*", fessConfig.getCrawlerDataEnvParamKeyPattern()); } public void test_crawlerHotthreadIgnoreIdleThreads() { assertTrue(fessConfig.isCrawlerHotthreadIgnoreIdleThreads()); } public void test_crawlerHotthreadInterval() { assertEquals("500ms", fessConfig.getCrawlerHotthreadInterval()); } public void test_crawlerHotthreadSnapshots() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 23.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* comment: Whether to ignore idle threads in hot thread monitoring. * @return The determination, true or false. (if not found, exception but basically no way) */ boolean isCrawlerHotthreadIgnoreIdleThreads(); /** * Get the value for the key 'crawler.hotthread.interval'. <br> * The value is, e.g. 500ms <br> * comment: Interval for hot thread monitoring (e.g., 500ms).
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1)