Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_delayBeforeProcessing (0.09 sec)

  1. fess-crawler/src/test/java/org/codelibs/fess/crawler/interval/impl/HostIntervalControllerTest.java

    /**
     * @author hayato
     *
     */
    public class HostIntervalControllerTest extends PlainTestCase {
    
        /**
         * Test that crawling intervals for the same host work correctly.
         */
        public void test_delayBeforeProcessing() {
            // Number of concurrent tasks
            final int numTasks = 100;
            // Interval in milliseconds
            final Long waittime = 100L;
    
            CrawlingParameterUtil.setUrlQueue(new UrlQueueImpl());
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Mon Nov 24 03:59:47 UTC 2025
    - 11.4K bytes
    - Viewed (0)
Back to top