- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for monitoring (0.04 sec)
-
src/main/resources/fess_config.properties
# Whether to ignore idle threads in hot thread monitoring. crawler.hotthread.ignore_idle_threads=true # Interval for hot thread monitoring (e.g., 500ms). crawler.hotthread.interval=500ms # Number of snapshots for hot thread monitoring. crawler.hotthread.snapshots=10 # Number of threads for hot thread monitoring. crawler.hotthread.threads=3 # Timeout for hot thread monitoring (e.g., 30s). crawler.hotthread.timeout=30s
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java
private final List<Header> requestHeaderList = new ArrayList<>(); /** Map of HTTP client properties */ private final Map<String, Object> httpClientPropertyMap = new HashMap<>(); /** Task for monitoring idle connections */ private TimeoutTask connectionMonitorTask; /** Connection timeout in milliseconds */ protected Integer connectionTimeout; /** Maximum total number of connections */
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 12:19:14 UTC 2025 - 53.7K bytes - Viewed (0)