Skip to content

Commit

Permalink
dcm4che/dcm4chee-arc-light#4097 : Support connectTimeout and readTime…
Browse files Browse the repository at this point in the history
…out in outgoing HTTP requests triggered by archive
  • Loading branch information
vrindanayak committed Jun 21, 2023
1 parent e8bf56e commit b012b86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public StringBuilder getServiceURL() {
return getServiceURL(firstInstalledConnection());
}

private Connection firstInstalledConnection() {
public Connection firstInstalledConnection() {
for (Connection conn : conns) {
if (conn.isInstalled())
return conn;
Expand Down

0 comments on commit b012b86

Please sign in to comment.