- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setCommandTimeout (0.05 sec)
-
src/test/java/org/codelibs/fess/thumbnail/impl/CommandGeneratorTest.java
generator.setCommandTimeout(100L); // Very short timeout generator.setCommandDestroyTimeout(50L); // Test that timeout values are set (we can't verify execution without components) assertTrue("Timeout values should be configurable", true); // Test edge cases generator.setCommandTimeout(0L); generator.setCommandTimeout(-1L);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 16.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/thumbnail/impl/CommandGenerator.java
this.commandList = commandList; } /** * Sets the command execution timeout. * @param commandTimeout The timeout in milliseconds. */ public void setCommandTimeout(final long commandTimeout) { this.commandTimeout = commandTimeout; } /** * Sets the base directory for command execution. * @param baseDir The base directory. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Fri Jul 18 14:34:06 UTC 2025 - 14.7K bytes - Viewed (0)