Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for setExecutionTimeout (0.4 sec)

  1. src/main/java/org/codelibs/fess/auth/chain/CommandChain.java

            this.maxOutputLine = maxOutputLine;
        }
    
        /**
         * Sets the command execution timeout.
         * @param executionTimeout The execution timeout in milliseconds.
         */
        public void setExecutionTimeout(final long executionTimeout) {
            this.executionTimeout = executionTimeout;
        }
    
        /**
         * Sets the character encoding for command output.
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 14.4K bytes
    - Viewed (0)
  2. fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/CommandExtractor.java

            this.command = command;
        }
    
        /**
         * Sets the timeout for command execution.
         * @param executionTimeout The execution timeout in milliseconds.
         */
        public void setExecutionTimeout(final long executionTimeout) {
            this.executionTimeout = executionTimeout;
        }
    
        /**
         * Sets the working directory for the command.
         * @param workingDirectory The working directory.
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Sun Nov 23 12:19:14 UTC 2025
    - 16.1K bytes
    - Viewed (0)
Back to top