- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for QUIT (0.04 sec)
-
src/main/resources/fess_config.properties
scheduler.target.name= # Job class for the scheduler. scheduler.job.class=org.codelibs.fess.app.job.ScriptExecutorJob # Mode for concurrent execution in the scheduler. scheduler.concurrent.exec.mode=QUIT # Interval for scheduler monitoring. scheduler.monitor.interval=30 # ---------------------------------------------------------- # OnlineHelp
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. org.codelibs.fess.app.job.ScriptExecutorJob */ String SCHEDULER_JOB_CLASS = "scheduler.job.class"; /** The key of the configuration. e.g. QUIT */ String SCHEDULER_CONCURRENT_EXEC_MODE = "scheduler.concurrent.exec.mode"; /** The key of the configuration. e.g. 30 */ String SCHEDULER_MONITOR_INTERVAL = "scheduler.monitor.interval";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1)