mirror of
https://github.com/valitydev/dmt-client.git
synced 2024-11-06 01:15:22 +00:00
Hotfix: hardcode increase client timeouts (#18)
This commit is contained in:
parent
52183b5006
commit
cec0a01497
@ -32,7 +32,8 @@ call(ServiceName, Function, Args) ->
|
||||
Call = {Service, Function, Args},
|
||||
Opts = #{
|
||||
url => Url,
|
||||
event_handler => scoper_woody_event_handler
|
||||
event_handler => scoper_woody_event_handler,
|
||||
net_opts => [{recv_timeout, 60000}, {connect_timeout, 1000}]
|
||||
},
|
||||
Context = woody_context:new(),
|
||||
case woody_client:call(Call, Opts, Context) of
|
||||
|
Loading…
Reference in New Issue
Block a user