Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for periodicMaintenance (0.24 sec)

  1. src/main/java/jcifs/internal/smb2/persistent/PersistentHandleManager.java

            }
    
            // Load persisted handles on startup
            loadPersistedHandles();
    
            // Schedule periodic persistence and cleanup
            scheduler.scheduleAtFixedRate(this::periodicMaintenance, 30, 30, TimeUnit.SECONDS);
        }
    
        /**
         * Request a new durable handle
         * @param path the file path
         * @param type the handle type
         * @param timeout the timeout in milliseconds
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 24 00:49:49 UTC 2025
    - 13K bytes
    - Viewed (0)
Back to top