[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/services.properties
noreply at shibboleth.net
noreply at shibboleth.net
Fri Oct 21 01:27:44 EDT 2016
Author: putmanb
Date: Fri Oct 21 01:27:43 2016
New Revision: 8521
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8521&view=rev
Log:
Add/update services.properties with HttpClient bean properties recently added in global-system.xml.
Modified:
trunk/idp-conf/src/main/resources/conf/services.properties
Modified: trunk/idp-conf/src/main/resources/conf/services.properties
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/services.properties?rev=8521&r1=8520&r2=8521&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/services.properties (original)
+++ trunk/idp-conf/src/main/resources/conf/services.properties Fri Oct 21 01:27:43 2016
@@ -53,7 +53,11 @@
#idp.httpclient.useTrustEngineTLSSocketFactory = false
#idp.httpclient.useSecurityEnhancedTLSSocketFactory = false
#idp.httpclient.connectionDisregardTLSCertificate = false
-#idp.httpclient.connectionTimeout = -1
+#idp.httpclient.connectionRequestTimeout = 60000
+#idp.httpclient.connectionTimeout = 60000
+#idp.httpclient.socketTimeout = 60000
+#idp.httpclient.maxConnectionsTotal = 100
+#idp.httpclient.maxConnectionsPerRoute = 100
#idp.httpclient.memorycaching.maxCacheEntries = 50
#idp.httpclient.memorycaching.maxCacheEntrySize = 1048576
#idp.httpclient.filecaching.maxCacheEntries = 100
More information about the commits
mailing list