Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for timeToLive (0.78 sec)

  1. src/test/java/org/codelibs/fess/helper/CrawlingInfoHelperTest.java

            assertNotNull(expires); // Returns documentExpires when config is null
            assertEquals(currentTime + 1000, expires.getTime());
    
            // Test when documentExpires is set but config is provided (but config has no timeToLive)
            crawlingInfoHelper.documentExpires = currentTime + 5000;
    
            // For this test, we'll focus on the documentExpires fallback logic
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 05:35:01 UTC 2025
    - 26.6K bytes
    - Viewed (0)
Back to top