- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for setMaxIdleTime (0.05 sec)
-
src/main/java/jcifs/smb/SmbTransportPoolImpl.java
log.info("Set maximum pool size to {}", size); } /** * Set the maximum idle time for connections * @param millis the maximum idle time in milliseconds */ public void setMaxIdleTime(int millis) { if (millis <= 0) { throw new IllegalArgumentException("Idle time must be positive"); } this.maxIdleTime = millis;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 33.4K bytes - Viewed (0)