File tree Expand file tree Collapse file tree
src/main/java/net/authorize/util Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,5 +26,5 @@ md5.hash.key=MD5_HASH_KEY
2626# https.proxyUse=true
2727
2828# Settings for HTTP connection timeouts (in milliseconds)
29- HTTP_CONNECTION_TIME_OUT =30000
30- HTTP_READ_TIME_OUT =30000
29+ http.ConnectionTimeout =30000
30+ http.ReadTimeout =30000
Original file line number Diff line number Diff line change @@ -27,6 +27,6 @@ public final class Constants {
2727 public static final String PROP_TRANSACTION_KEY_APPLEPAY = "transaction.key.applepay" ;
2828 public static final String PROP_MD5_HASHKEY_APPLEPAY = "md5.hash.key.applepay" ;
2929
30- public static final String HTTP_CONNECTION_TIME_OUT = "HTTP_CONNECTION_TIME_OUT " ;
31- public static final String HTTP_READ_TIME_OUT = "HTTP_READ_TIME_OUT " ;
30+ public static final String HTTP_CONNECTION_TIME_OUT = "http.ConnectionTimeout " ;
31+ public static final String HTTP_READ_TIME_OUT = "http.ReadTimeout " ;
3232}
You can’t perform that action at this time.
0 commit comments