summaryrefslogtreecommitdiff
path: root/deps/rabbit_common/include/rabbit_misc.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'deps/rabbit_common/include/rabbit_misc.hrl')
-rw-r--r--deps/rabbit_common/include/rabbit_misc.hrl9
1 files changed, 9 insertions, 0 deletions
diff --git a/deps/rabbit_common/include/rabbit_misc.hrl b/deps/rabbit_common/include/rabbit_misc.hrl
new file mode 100644
index 0000000000..98d4051a27
--- /dev/null
+++ b/deps/rabbit_common/include/rabbit_misc.hrl
@@ -0,0 +1,9 @@
+%% 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/.
+%%
+%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
+%%
+
+-define(RPC_TIMEOUT, 15000).
+-define(RPC_INFINITE_TIMEOUT, infinity).