- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 58 for delas (2.4 sec)
-
src/test/java/jcifs/util/SecureKeyManagerTest.java
Thread.sleep(200); long laterAge = keyManager.getKeyAge(sessionId); assertTrue(laterAge >= 200, "Age should increase after delay"); } @Test public void testKeyAgeNonExistent() { assertEquals(-1, keyManager.getKeyAge("non-existent"), "Non-existent key should return -1 for age"); } @TestRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 14.2K bytes - Viewed (0) -
src/test/java/jcifs/netbios/LmhostsTest.java
// First read NbtAddress result = lmhosts.getByName("TESTHOST", mockContext); assertNotNull(result); // Modify file with a delay to ensure different lastModified time Thread.sleep(100); try (FileWriter writer = new FileWriter(lmhostsFile)) { writer.write("192.168.1.200 NEWHOST\n"); }Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/DataIndexHelper.java
logger.debug("Interrupted.", e); } } } } /** * Sets the crawling execution interval. * This interval controls the delay between starting new crawler threads * and the frequency of status checks during crawling operations. * * @param crawlingExecutionInterval interval in milliseconds */
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 19K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/entity/RobotsTxtTest.java
assertEquals("MyBot", directive.getUserAgent()); assertEquals(0, directive.getCrawlDelay()); } public void test_directiveCrawlDelay() { // Test Directive crawl delay Directive directive = new Directive("MyBot"); directive.setCrawlDelay(10); assertEquals(10, directive.getCrawlDelay()); directive.setCrawlDelay(0);
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:29:22 UTC 2025 - 14.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/lease/DirectoryChangeNotifier.java
log.debug("Change notification failed for: " + handle.getDirectoryPath(), e); incrementFailureCount(handle); // Exponential backoff with max 8 seconds delay (up to MAX_RETRY_DELAY) try { long retryDelay = Math.min(MAX_RETRY_DELAY,
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 13.7K bytes - Viewed (0) -
docs/smb3-features/04-directory-leasing-design.md
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 36.2K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/CrawlerContextTest.java
} /** * Test implementation of IntervalController for testing */ private static class TestIntervalController implements IntervalController { @Override public void delay(int type) { } public void delayBeforeProcessing() { } public void delayAfterProcessing() { } public void delayAtNoUrlInQueue() { }Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Sep 06 04:15:37 UTC 2025 - 25.6K bytes - Viewed (0) -
src/test/java/jcifs/util/AuthenticationRateLimiterTest.java
localFailures = 0; // Reset on success } Thread.sleep(5); // Small delay to spread out requests } successfulThreads.incrementAndGet(); } catch (Exception e) { exceptionCount.incrementAndGet();Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 15.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
/** * Updates the user's group and role membership information with lazy loading for parent groups. * Direct groups are retrieved synchronously, while parent groups are fetched asynchronously * to avoid login delays when users have many nested group memberships. * @param user The Entra ID user to update. */ public void updateMemberOf(final EntraIdUser user) { if (logger.isDebugEnabled()) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 56.7K bytes - Viewed (0) -
src/main/resources/fess_label_id.properties
labels.endTime=Waktu Selesai labels.hq=hq labels.inputs=Input labels.jobLogging=Logging labels.jobName=Nama labels.jobStatus=Status labels.labelTypeIds=Label labels.lang=Bahasa labels.outputs=Output labels.pos=Kelas Kata labels.purgeJobLogDay=Hapus log job lama labels.purgeUserInfoDay=Hapus log pengguna lama labels.reading=Pembacaan labels.roleTypeIds=ID Peran labels.scriptData=Script labels.scriptResult=Hasil
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 45.2K bytes - Viewed (0)