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 22, 2017
1 parent 9a0ec6c commit db0a97f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ public static GitLabAPI connect(String url, String token, boolean ignoreCertific
try {
GitlabAPI delegate = GitlabAPI.connect(url, token);
delegate.ignoreCertificateErrors(ignoreCertificateErrors);
if (requestTimeout > 0) {
delegate.setRequestTimeout(requestTimeout);
}
return new GitLabAPI(delegate);
} catch (Exception e) {
throw new GitLabAPIException(e);
Expand Down

0 comments on commit db0a97f

Please sign in to comment.