- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for numOfThreads (1.52 sec)
-
src/main/java/org/codelibs/fess/job/GenerateThumbnailJob.java
} /** * Sets the number of threads to use for thumbnail generation. * * @param numOfThreads the number of threads * @return this job instance for method chaining */ public GenerateThumbnailJob numOfThreads(final int numOfThreads) { this.numOfThreads = numOfThreads; return this; } /** * Enables cleanup operations for this job. *Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 11.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
/** Indexing target identifier key. */ public static final String INDEXING_TARGET = "indexingTarget"; /** Number of threads configuration key. */ public static final String NUM_OF_THREADS = "numOfThreads"; // ============================================================ // Authentication Type Constants // ============================================================Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 35.2K bytes - Viewed (0)