- Sort Score
- Result 10 results
- Languages All
Results 1 - 9 of 9 for 30001350 (0.08 sec)
-
docs/smb3-features/04-directory-leasing-design.md
super(); setLeaseKey(key); setLeaseState(leaseState); this.cacheScope = scope; this.maxCacheAge = 30000; // 30 seconds default this.notificationEnabled = true; } @Override public void encode(byte[] buffer, int offset) { super.encode(buffer, offset);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 36.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/lease/DirectoryLeaseContext.java
public DirectoryLeaseContext(Smb2LeaseKey key, int leaseState, DirectoryCacheScope scope) { this.leaseKey = key; this.leaseState = leaseState; this.cacheScope = scope; this.maxCacheAge = 30000; // 30 seconds default this.notificationEnabled = true; this.notificationFilter = 0; } @Override public byte[] getName() { return CONTEXT_NAME_BYTES; } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 9.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/lease/DirectoryCacheEntry.java
this.leaseKey = key; this.scope = scope; this.createTime = System.currentTimeMillis(); this.lastUpdateTime = createTime; this.lastAccessTime = createTime; this.maxAge = 30000; // 30 seconds default this.children = new ConcurrentHashMap<>(); this.lock = new ReentrantReadWriteLock(); this.isComplete = false; this.hasChanges = false; } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 11.4K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportPoolImpl.java
private static final int DEFAULT_MAX_IDLE_TIME = 300000; // 5 minutes in ms private static final int DEFAULT_HEALTH_CHECK_INTERVAL = 60000; // 1 minute in ms private static final int DEFAULT_PROACTIVE_CHECK_INTERVAL = 30000; // 30 seconds in ms private int maxPoolSize = DEFAULT_MAX_POOL_SIZE; private int maxIdleTime = DEFAULT_MAX_IDLE_TIME; private int healthCheckInterval = DEFAULT_HEALTH_CHECK_INTERVAL;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 33.4K bytes - Viewed (0) -
docs/smb3-features/01-smb3-lease-design.md
public boolean isUseLeases() { return getBooleanProperty(USE_LEASES, true); } public int getLeaseTimeout() { return getIntProperty(LEASE_TIMEOUT, 30000); // 30 seconds default } public int getMaxLeases() { return getIntProperty(MAX_LEASES, 1000); // Max concurrent leases } public int getLeaseVersion() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 22K bytes - Viewed (0) -
src/main/java/jcifs/smb/MultiChannelManager.java
return LoadBalancingStrategy.ROUND_ROBIN; } private long getHealthCheckIntervalFromConfig(Configuration config) { // In a real implementation, this would read from configuration return 30000; // 30 seconds } private List<NetworkInterface> getAvailableNetworkInterfaces() { try { List<NetworkInterface> interfaces = Collections.list(NetworkInterface.getNetworkInterfaces());
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 20.5K bytes - Viewed (0) -
docs/smb3-features/06-witness-protocol-design.md
// ... trigger server failover ... // Verify that witness notification was received and handled assertTrue(listener.waitForNotification(30000)); // 30 second timeout // Verify file is still accessible after failover assertTrue(file.exists()); } @Test public void testWitnessServiceDiscovery() throws Exception {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 42K bytes - Viewed (0) -
src/archive/zip/reader_test.go
0000310 2e 05 9c f4 aa 1e a8 cd a6 82 c7 59 0f 5e 9d e0 0000320 bb fc 6c d6 99 23 eb 36 ad c6 c5 e1 d8 e1 e2 3e 0000330 d9 90 5a f7 91 5d 6f bc 33 6d 98 47 d2 7c 2e 2f 0000340 99 a4 25 72 85 49 2c be 0b 5b af 8f e5 6e 81 a6 0000350 a3 5a 6f 39 53 3a ab 7a 8b 1e 26 f7 46 6c 7d 26 0000360 53 b3 22 31 94 d3 83 f2 18 4d f5 92 33 27 53 97 0000370 0f d3 e6 55 9c a6 c5 31 87 6f d3 f3 ae 39 6f 56 0000380 10 7b ab 7e d0 b4 ca f2 b8 05 be 3f 0e 6e 5a 75
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Mar 11 22:19:38 UTC 2025 - 56.6K bytes - Viewed (0) -
src/main/webapp/css/admin/adminlte.min.css.map
adient-gray-dark .bootstrap-datetimepicker-widget table td.active,\n.card.bg-gradient-gray-dark .bootstrap-datetimepicker-widget table td.active:hover {\n background-color: #4b545c;\n color: #fff;\n}\n\n.card {\n box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);\n margin-bottom: 1rem;\n}\n\n.card.bg-dark .card-header {\n border-color: #383f45;\n}\n\n.card.bg-dark,\n.card.bg-dark .card-body {\n color: #fff;\n}\n\n.card.maximized-card {\n height: 100% !important;\n left:...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 3.7M bytes - Viewed (1)