summaryrefslogtreecommitdiff
path: root/src/timeouts.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'src/timeouts.hrl')
-rw-r--r--src/timeouts.hrl9
1 files changed, 9 insertions, 0 deletions
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).