rabbitmq-server/deps/rabbit_common/include/rabbit_misc.hrl

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
432 B
Erlang
Raw Permalink Normal View History

%% This Source Code Form is subject to the terms of the Mozilla Public
%% License, v. 2.0. If a copy of the MPL was not distributed with this
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
%%
2024-01-23 12:44:47 +08:00
%% Copyright (c) 2007-2025 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.
%%
2020-08-29 02:44:37 +08:00
-define(RPC_TIMEOUT, 15000).
2020-08-29 02:48:42 +08:00
-define(RPC_INFINITE_TIMEOUT, infinity).