Skip to content

Commit

Permalink
Merge pull request #3232 from britto/adjust-initial-gen-server-call-t…
Browse files Browse the repository at this point in the history
…imeout

Adjust initial gen_server_call_timeout

(cherry picked from commit 8288bab)
  • Loading branch information
michaelklishin committed Jul 26, 2021
1 parent f644b48 commit 9bcc285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/amqp_client/src/amqp_util.erl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ call_timeout() ->
undefined ->
Timeout = rabbit_misc:get_env(amqp_client,
gen_server_call_timeout,
60000),
safe_call_timeout(60000)),
put(gen_server_call_timeout, Timeout),
Timeout;
Timeout ->
Expand Down

0 comments on commit 9bcc285

Please sign in to comment.