- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for tota (0.02 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java
public void setConnectionTimeout(final Integer connectionTimeout) { this.connectionTimeout = connectionTimeout; } /** * Sets the maximum total number of connections. * * @param maxTotalConnections The maximum total connections */ public void setMaxTotalConnections(final Integer maxTotalConnections) { this.maxTotalConnections = maxTotalConnections; }
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 12:19:14 UTC 2025 - 53.7K bytes - Viewed (0) -
src/main/resources/fess_config.properties
query.max.length=1000 # Timeout (ms) for search queries. query.timeout=10000 # Whether to enable logging for query timeouts. query.timeout.logging=true # Maximum number of total hits to track in queries. query.track.total.hits=10000 # Fields used for geo search queries. query.geo.fields=location # Parameter name for browser language in queries. query.browser.lang.parameter.name=browser_lang
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 56.7K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/msrpc/lsarpcTest.java
dnsDomainInfo.sid = null; dnsDomainInfo.encode(mockNdrBuffer); // Verify all fields are encoded in order // enc_ndr_short(0) is called 8 times total in the specific order verify(mockNdrBuffer, times(8)).enc_ndr_short(0); // 2 for name, 2 for dns_domain, 2 for dns_forest, 2 for guidRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 60.8K bytes - Viewed (0)