- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for listCount (0.08 sec)
-
src/main/java/jcifs/config/PropertyConfiguration.java
this.bufferCacheSize = Config.getInt(p, "jcifs.smb.maxBuffers", 16); this.smbListSize = Config.getInt(p, "jcifs.smb.client.listSize", 65435); this.smbListCount = Config.getInt(p, "jcifs.smb.client.listCount", 200); this.smbAttributeExpiration = Config.getLong(p, "jcifs.smb.client.attrExpirationPeriod", 5000L); this.ignoreCopyToException = Config.getBoolean(p, "jcifs.smb.client.ignoreCopyToException", false);
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 8.9K bytes - Viewed (0) -
src/main/java/jcifs/Configuration.java
* * @return number of buffers to keep in cache */ int getBufferCacheSize (); /** * * Property <tt>jcifs.smb.client.listCount</tt> (int, default 200) * * @return maxmimum number of elements to request in a list request */ int getListCount (); /** *
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 18K bytes - Viewed (0) -
cmd/erasure-server-pool.go
var entries []chan metaCacheEntry for poolIdx, erasureSet := range z.serverPools { for setIdx, set := range erasureSet.sets { set := set listOut := make(chan metaCacheEntry, 1) entries = append(entries, listOut) disks, infos, _ := set.getOnlineDisksWithHealingAndInfo(true) if len(disks) == 0 { xioutil.SafeClose(results)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sun Sep 29 22:40:36 UTC 2024 - 89.8K bytes - Viewed (0)