- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getHealthCheckIntervalFromConfig (0.34 sec)
-
src/main/java/jcifs/smb/MultiChannelManager.java
this.config = config; this.maxChannels = getMaxChannelsFromConfig(config); this.loadBalancingStrategy = getLoadBalancingStrategyFromConfig(config); this.healthCheckInterval = getHealthCheckIntervalFromConfig(config); // Create thread pools this.channelExecutor = Executors.newCachedThreadPool(r -> { Thread t = new Thread(r, "SMB3-MultiChannel-Worker"); t.setDaemon(true);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 20.5K bytes - Viewed (0)