mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-21 22:50:48 +02:00
Merge pull request #23 from internetee/increase-epp-client-timeout
Increase EPP client timeout
This commit is contained in:
commit
0557c850ad
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ request_from_map(#{command := Command,
|
|||
hackney_options(Cookies) ->
|
||||
case application:get_env(epp_proxy, insecure) of
|
||||
false -> [{cookie, Cookies}, insecure];
|
||||
_ -> [{cookie, Cookies}]
|
||||
_ -> [{cookie, Cookies}, {connect_timeout, 120000}, {recv_timeout, 120000}]
|
||||
end.
|
||||
|
||||
%% Return form data or an empty list.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue