2020-07-07 23:56:14 +08:00
|
|
|
%% 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/.
|
2016-02-25 23:26:19 +08:00
|
|
|
%%
|
2021-02-04 12:04:58 +08:00
|
|
|
%% Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
|
2016-02-25 23:26:19 +08:00
|
|
|
%%
|
|
|
|
|
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).
|