- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for ofMinutes (0.03 sec)
-
src/main/java/jcifs/util/AuthenticationRateLimiter.java
private final AtomicLong totalIpsBlocked = new AtomicLong(0); /** * Create rate limiter with default settings */ public AuthenticationRateLimiter() { this(5, 10, 100, Duration.ofMinutes(30), Duration.ofMinutes(5)); } /** * Create rate limiter with custom settings * * @param maxAttemptsPerAccount max failed attempts per account before lockout
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 15.1K bytes - Viewed (0) -
src/test/java/jcifs/util/AuthenticationRateLimiterTest.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 15.8K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbFileIntegrationTest.java
.withLogConsumer(new Slf4jLogConsumer(LoggerFactory.getLogger(SmbFileIntegrationTest.class))) .waitingFor(Wait.forListeningPorts(SMB_PORT).withStartupTimeout(Duration.ofMinutes(2))); } catch (IOException e) { throw new RuntimeException("Failed to setup test directories", e); } } else { sambaContainer = null; } }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 56K bytes - Viewed (0)