- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 36 for 1MB (0.01 sec)
-
src/main/java/jcifs/smb/compression/DefaultCompressionService.java
// Configuration constants private static final int MIN_COMPRESSION_SIZE = 512; // 512 bytes minimum private static final int MAX_COMPRESSION_SIZE = 1024 * 1024; // 1MB maximum private static final int COMPRESSION_LEVEL = Deflater.DEFAULT_COMPRESSION; // Supported algorithmsRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 11.2K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/ioctl/SrvCopyChunkCopyResponseTest.java
// Typical server response after copying chunks byte[] buffer = createValidCopyChunkResponse(16, // 16 chunks written 1048576, // 1MB per chunk 16777216 // 16MB total ); int bytesDecoded = response.decode(buffer, 0, buffer.length); assertEquals(12, bytesDecoded);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 19.8K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.facet_contentLength_100kto500k=100KB - 500KB labels.facet_contentLength_500kto1m=500KB - 1MB labels.facet_contentLength_1m=1MB - labels.facet_contentLength_10kto50k=10KB - 50KB labels.facet_contentLength_50kto100k=50KB - 100KB labels.facet_contentLength_100kto250k=100KB - 250KB labels.facet_contentLength_250kto500k=250KB - 500KB labels.facet_contentLength_1mto5m=1MB - 5MB labels.facet_contentLength_5m=5MB -
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 09:16:23 UTC 2025 - 46.6K bytes - Viewed (0) -
src/main/resources/fess_label_zh_CN.properties
labels.facet_contentLength_100kto500k=100KB - 500KB labels.facet_contentLength_500kto1m=500KB - 1MB labels.facet_contentLength_1m=1MB - labels.facet_contentLength_10kto50k=10KB - 50KB labels.facet_contentLength_50kto100k=50KB - 100KB labels.facet_contentLength_100kto250k=100KB - 250KB labels.facet_contentLength_250kto500k=250KB - 500KB labels.facet_contentLength_1mto5m=1MB - 5MB labels.facet_contentLength_5m=5MB -
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 09:16:23 UTC 2025 - 43.5K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.facet_contentLength_100kto500k=100KB - 500KB labels.facet_contentLength_500kto1m=500KB - 1MB labels.facet_contentLength_1m=1MB - labels.facet_contentLength_10kto50k=10KB - 50KB labels.facet_contentLength_50kto100k=50KB - 100KB labels.facet_contentLength_100kto250k=100KB - 250KB labels.facet_contentLength_250kto500k=250KB - 500KB labels.facet_contentLength_1mto5m=1MB - 5MB labels.facet_contentLength_5m=5MB -
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 44K bytes - Viewed (0) -
CLAUDE.md
- Synchronized blocks for critical sections - Thread-local storage via `CrawlingParameterUtil` **Resource Management**: - `AutoCloseable` throughout - `DeferredFileOutputStream` for large responses (temp files for >1MB) - Connection pooling with limits - Background temp file deletion via `FileUtil.deleteInBackground()` **Fault Tolerance**: - `FaultTolerantClient` wrapper (retry, circuit breaker)
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Fri Nov 28 17:31:34 UTC 2025 - 10.7K bytes - Viewed (0) -
src/test/java/org/codelibs/curl/io/ContentCacheTest.java
assertEquals(-1, stream.read()); // Should indicate end of stream } } @Test public void testMemoryBasedCacheWithLargeData() throws IOException { // Create a large byte array (1MB) byte[] data = new byte[1024 * 1024]; for (int i = 0; i < data.length; i++) { data[i] = (byte) (i % 256); } ContentCache cache = new ContentCache(data);
Registered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Thu Nov 20 13:34:13 UTC 2025 - 11.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/index/contents/document/ESSourceReader.java
* * ESSourceReader reader = new ESSourceReader(client, settings, indexName); * reader.setScrollSize(1000); // Set the scroll size * reader.setLimitOfDocumentSize(1024 * 1024); // Limit document size to 1MB * reader.setQuery(QueryBuilders.termQuery("field", "value")); // Set a query * * Map<String, Object> document; * while ((document = reader.read()) != null) { * // Process the document
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 11.1K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
labels.facet_contentLength_100kto500k=100KB - 500KB labels.facet_contentLength_500kto1m=500KB - 1MB labels.facet_contentLength_1m=1MB - labels.facet_contentLength_10kto50k=10KB - 50KB labels.facet_contentLength_50kto100k=50KB - 100KB labels.facet_contentLength_100kto250k=100KB - 250KB labels.facet_contentLength_250kto500k=250KB - 500KB labels.facet_contentLength_1mto5m=1MB - 5MB labels.facet_contentLength_5m=5MB -
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 46.1K bytes - Viewed (1) -
src/main/resources/fess_label_pt_BR.properties
labels.facet_contentLength_100kto500k=100KB - 500KB labels.facet_contentLength_500kto1m=500KB - 1MB labels.facet_contentLength_1m=1MB - labels.facet_contentLength_10kto50k=10KB - 50KB labels.facet_contentLength_50kto100k=50KB - 100KB labels.facet_contentLength_100kto250k=100KB - 250KB labels.facet_contentLength_250kto500k=250KB - 500KB labels.facet_contentLength_1mto5m=1MB - 5MB labels.facet_contentLength_5m=5MB -
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 48.7K bytes - Viewed (0)