Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setCommandDestroyTimeout (0.11 sec)

  1. src/main/java/org/codelibs/fess/thumbnail/impl/CommandGenerator.java

            this.baseDir = baseDir;
        }
    
        /**
         * Sets the timeout for destroying processes.
         * @param commandDestroyTimeout The destroy timeout in milliseconds.
         */
        public void setCommandDestroyTimeout(final long commandDestroyTimeout) {
            this.commandDestroyTimeout = commandDestroyTimeout;
        }
    
        /**
         * Gets file extension from MIME type for creating temp files with proper extensions.
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Dec 04 08:02:36 UTC 2025
    - 16K bytes
    - Viewed (0)
Back to top