summaryrefslogtreecommitdiff
path: root/src/timeouts.hrl
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2015-10-13 17:02:59 +0200
committerLinus Nordberg <linus@nordu.net>2015-11-11 13:32:37 +0100
commite77934418082facf6c4b3566100b108b26e4119d (patch)
treea63407f52b3bf0e0ce5197086fd9ccef3dbd87d3 /src/timeouts.hrl
parentbf942e436439cad802a04d4d971f47aa378bc482 (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).