- Sort Score
- Result 10 results
- Languages All
Results 31 - 32 of 32 for caching (0.17 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java
protected int connectionCheckInterval = 5; // sec /** Idle connection timeout in milliseconds */ protected long idleConnectionTimeout = 60 * 1000L; // 1min /** Pattern for matching HTTP redirect status codes */ protected Pattern redirectHttpStatusPattern = Pattern.compile("[3][0-9][0-9]"); /** Whether to use robots.txt disallow rules */ protected boolean useRobotsTxtDisallows = true;Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 52.2K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<match value="PE\000\000" type="string" offset="240"/> </match> </magic> </mime-type> <!-- the PE header should be PEx00x00 then a two byte machine type --> <mime-type type="application/x-msdownload;format=pe32"> <sub-class-of type="application/x-msdownload;format=pe"/> <magic priority="60"> <match value="PE\000\000" type="string" offset="128">
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Mar 13 08:18:01 UTC 2025 - 320.1K bytes - Viewed (1)