summaryrefslogtreecommitdiff
path: root/src/timeouts.hrl
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2015-10-13 17:02:59 +0200
committerMagnus Ahltorp <map@kth.se>2015-10-13 17:02:59 +0200
commitd03a5d7f6e5530e7b0504e491f36f2caf596302f (patch)
tree898eae2ab9d21c6a92cca225589049ab1c0f7119 /src/timeouts.hrl
parent14322d7a7d691be30836709e6f1f842786a8170b (diff)
Move timeouts to separate include file
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).