From d03a5d7f6e5530e7b0504e491f36f2caf596302f Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Tue, 13 Oct 2015 17:02:59 +0200 Subject: Move timeouts to separate include file --- src/timeouts.hrl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/timeouts.hrl (limited to 'src/timeouts.hrl') diff --git a/src/timeouts.hrl b/src/timeouts.hrl new file mode 100644 index 0000000..41ee008 --- /dev/null +++ b/src/timeouts.hrl @@ -0,0 +1,9 @@ +%%% Copyright (c) 2014, NORDUnet A/S. +%%% See LICENSE for licensing information. + +-define(SYNC_INDEXFORHASH_TIMEOUT, 300000). +-define(FSDB_COMMIT_DEFAULT_TIMEOUT, 5000). +-define(HT_LOAD_TREE_TIMEOUT, 30000). +-define(PLOP_STORAGE_QUORUM_TIMEOUT, 2000). +-define(SIGN_HSM_PORT_TIMEOUT, 10000). +-define(UTIL_FSYNC_DEFAULT_TIMEOUT, 5000). -- cgit v1.1