Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setProcessDestroyTimeout (0.07 sec)

  1. src/main/java/org/codelibs/fess/helper/ProcessHelper.java

        }
    
        /**
         * Sets the timeout for process destruction.
         *
         * @param processDestroyTimeout timeout in seconds for process destruction
         */
        public void setProcessDestroyTimeout(final int processDestroyTimeout) {
            this.processDestroyTimeout = processDestroyTimeout;
        }
    
        /**
         * Sets the timeout for stream closing operations.
         *
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 20 06:54:47 UTC 2025
    - 10.9K bytes
    - Viewed (0)
Back to top