- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for useLeases (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
README.md
jcifs.smb.client.maxMpxCount=10 ``` ### Usage with Properties ```java Properties props = new Properties(); props.setProperty("jcifs.smb.client.domain", "MYDOMAIN"); props.setProperty("jcifs.smb.client.useLeases", "true"); Configuration config = new PropertyConfiguration(props); CIFSContext context = new BaseContext(config); ``` ## Development ### Build Commands ```bash # Compile the source code
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 09:24:52 GMT 2025 - 6.2K bytes - Click Count (0) -
BUILDING.md
The benefit of a dedicated project for these tests are: - `qa` projects are dedicated two specific usecases and easier to maintain - It keeps the specific test logic separated from the common test logic. - You can run those tests in parallel to other projects of the build. #### Using test fixtures
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Sep 23 07:45:59 GMT 2021 - 6.7K bytes - Click Count (0)