@@ -17,17 +17,17 @@ sendToAkamai=false
1717# useHttpClient=false
1818
1919# To enable poolingHttpClientConnection
20- # useHttpClientWithConnectionPool=false
20+ useHttpClientWithConnectionPool =false
2121# Following configure parameters will only work with useHttpClientWithConnectionPool=true
2222# Optional parameters, default values configured in application
23- # maxConnections=1000
24- # defaultMaxConnectionsPerRoute=1000
25- # maxConnectionsPerRoute=1000
26- # connectionRequestTimeoutMs=1000
27- # connectionTimeoutMs=5000
28- # socketTimeoutMs=13000
29- # evictThreadSleepTimeMs=3000
30- # maxKeepAliveTimeMs=30000
23+ maxConnections =1000
24+ defaultMaxConnectionsPerRoute =1000
25+ maxConnectionsPerRoute =1000
26+ connectionRequestTimeoutMs =1000
27+ connectionTimeoutMs =5000
28+ socketTimeoutMs =13000
29+ evictThreadSleepTimeMs =3000
30+ maxKeepAliveTimeMs =30000
3131
3232# Following configure parameters will only work with useHttpClient=true or usePoolingHttpClient=true
3333# "allow retry" property toggle value "true/false" to turn on /off the auto request retry.
@@ -69,12 +69,8 @@ logMaximumSize=10
6969
7070# If this property is set to false then the p12 certificate of a merchant will be reloaded
7171# every time a transaction is made
72-
7372certificateCacheEnabled =true
7473
75- # If this property is set to true we will cache the merchantConfig object based on keyAlias/merchantID
76- merchantConfigCacheEnabled =false
77-
7874# Optional proxy server settings
7975# proxyHost=<-- Set the Proxy Host-->
8076# proxyPort=< -- Set the Proxy port-->
0 commit comments