- Sort Score
- Num 10 results
- Language All
Results 171 - 180 of 268 for 10000ns (0.04 seconds)
-
src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java
*/ protected int splitSize = 10; /** * Maximum size of the thumbnail generation task queue. */ protected int thumbnailTaskQueueSize = 10000; /** * Number of tasks to process in bulk operations. */ protected int thumbnailTaskBulkSize = 100; /** * Timeout in milliseconds for thumbnail task queue operations.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jan 01 12:47:47 GMT 2026 - 27.2K bytes - Click Count (0) -
src/test/java/jcifs/util/SecureCredentialStorageTest.java
} @Test public void testEncryptDecryptLongPassword() throws Exception { // Test with very long password char[] plaintext = new char[10000]; Arrays.fill(plaintext, 'X'); byte[] encrypted = storage.encryptCredentials(plaintext); assertNotNull(encrypted, "Encrypted long password should not be null");Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 12.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/IntervalControlHelper.java
* Default constructor. */ public IntervalControlHelper() { // Default constructor } /** Wait time in milliseconds when crawler is not running */ protected long crawlerWaitMillis = 10000; /** List of interval rules for controlling crawler timing */ protected List<IntervalRule> ruleList = new ArrayList<>(); /** * Checks the crawler status and waits if the crawler is not running.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Nov 23 12:34:02 GMT 2025 - 10K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/query/QueryCommandTemplateMethodTest.java
for (int i = 0; i < 100; i++) { queryCommand.isSearchField(testField); } // Measure Set-based lookup long startTime = System.nanoTime(); for (int i = 0; i < 10000; i++) { queryCommand.isSearchField(testField); } long duration = System.nanoTime() - startTime; // Should complete quickly (relaxed threshold for CI environments)
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 12.5K bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/JSR166TestCase.java
"IdentifierName", "ConstantCaseForConstants", }) @NullUnmarked @GwtIncompatible @J2ktIncompatible abstract class JSR166TestCase extends TestCase { private static final long LONG_DELAY_MS = 10000; /** The first exception encountered if any threadAssertXXX method fails. */ private final AtomicReference<Throwable> threadFailure = new AtomicReference<>(null); /**
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Mar 07 02:20:33 GMT 2026 - 8.8K bytes - Click Count (0) -
docs/site-replication/run-ssec-object-replication-with-compression.sh
mv private.key /tmp/certs || sudo mv private.key /tmp/certs echo "done" # Start MinIO instances echo -n "Starting MinIO instances ..." minio server --certs-dir /tmp/certs --address ":9001" --console-address ":10000" /tmp/minio1/{1...4}/disk{1...4} /tmp/minio1/{5...8}/disk{1...4} >/tmp/minio1_1.log 2>&1 &
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Sep 24 08:03:58 GMT 2024 - 8.3K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/arm64.s
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Feb 27 20:41:17 GMT 2026 - 96.2K bytes - Click Count (0) -
src/main/java/jcifs/smb1/smb1/Dfs.java
* the entire path. */ dr.pathConsumed -= 1 + server.length() + 1 + share.length(); if (referrals != null && System.currentTimeMillis() + 10000 > referrals.expiration) { referrals = null; } if (referrals == null) { referrals = new CacheEntry(0); } referrals.map.put(key, dr); }Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 14.2K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/lock/Smb2LockResponseTest.java
@Test @DisplayName("Should handle maximum buffer index") void testMaxBufferIndex() throws SMBProtocolDecodingException { // Given int bufferSize = 10000; byte[] buffer = new byte[bufferSize]; int bufferIndex = bufferSize - 4; SMBUtil.writeInt2(4, buffer, bufferIndex); SMBUtil.writeInt2(0, buffer, bufferIndex + 2);Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 17.1K bytes - Click Count (0) -
helm/minio/values.yaml
# - "s3:GetBucketLocation" # - "s3:ListBucket" # - "s3:ListBucketMultipartUploads" ## conditionsexample policy creates all access to example bucket with aws:username="johndoe" and source ip range 10.0.0.0/8 and 192.168.0.0/24 only # - name: conditionsexample # statements: # - resources: # - 'arn:aws:s3:::example/*' # actions: # - 's3:*' # conditions:
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 19.7K bytes - Click Count (1)