Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for channelHealthCheckInterval (0.72 sec)

  1. src/main/java/jcifs/config/BaseConfiguration.java

            if (this.channelBindingPolicy == -1) {
                this.channelBindingPolicy = 1; // Default to preferred
            }
            if (this.channelHealthCheckInterval == 0) {
                this.channelHealthCheckInterval = 10;
            }
            if (this.loadBalancingStrategy == null) {
                this.loadBalancingStrategy = "adaptive";
            }
    
            // Initialize RDMA defaults
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 36.5K bytes
    - Viewed (0)
  2. src/main/java/jcifs/Configuration.java

         *
         * @return load balancing strategy
         */
        String getLoadBalancingStrategy();
    
        /**
         * Channel health check interval in seconds
         *
         * Property {@code jcifs.smb.client.channelHealthCheckInterval} (int, default 10)
         *
         * @return health check interval in seconds
         */
        int getChannelHealthCheckInterval();
    
        /**
         * Property {@code jcifs.smb.client.handleStateDirectory}
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 25.4K bytes
    - Viewed (0)
Back to top