Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Commit

Permalink
removed option to set readtimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Argelbargel committed Nov 21, 2017
1 parent 3482c82 commit 2122e79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ private GitLabHelper() { /* no instances allowed */ }

public static GitLabAPI gitLabAPI(String connectionName) throws GitLabAPIException {
GitLabConnection connection = gitLabConnection(connectionName);
return GitLabAPI.connect(connection.getUrl(), gitLabApiToken(connection.getApiTokenId()), connection.isIgnoreCertificateErrors(), connection.getReadTimeout());
return GitLabAPI.connect(connection.getUrl(), gitLabApiToken(connection.getApiTokenId()), connection.isIgnoreCertificateErrors());
}

public static GitLabConnection gitLabConnection(String connectionName) {
Expand Down

0 comments on commit 2122e79

Please sign in to comment.