Skip to content

Commit

Permalink
Don't forget to actually set the timeouts.
Browse files Browse the repository at this point in the history
  • Loading branch information
netwolfuk committed May 25, 2017
1 parent e8712ea commit 443db5d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ public WebHook getWebHook(WebHookConfig webHookConfig, WebHookProxyConfig proxyC
}

webHook.setProxy(myMainSettings.getProxyConfigForUrl(webHookConfig.getUrl()));
webHook.setConnectionTimeOut(myMainSettings.getHttpConnectionTimeout());
webHook.setResponseTimeOut(myMainSettings.getHttpResponseTimeout());

return webHook;
}

Expand Down

0 comments on commit 443db5d

Please sign in to comment.