summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2015-11-09 17:11:41 +0100
committerLinus Nordberg <linus@nordu.net>2015-11-11 13:32:37 +0100
commitabea7a627f833d4b3d32151ae25c9f9bffdbab09 (patch)
tree149666943802245d258b9bf94900acc9630d8697
parent5832111169e899fe114947236a3b5b845d4aa9bd (diff)
Increase storage quorum timeout to 10 seconds
-rw-r--r--src/timeouts.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeouts.hrl b/src/timeouts.hrl
index 41ee008..495ea90 100644
--- a/src/timeouts.hrl
+++ b/src/timeouts.hrl
@@ -4,6 +4,6 @@
-define(SYNC_INDEXFORHASH_TIMEOUT, 300000).
-define(FSDB_COMMIT_DEFAULT_TIMEOUT, 5000).
-define(HT_LOAD_TREE_TIMEOUT, 30000).
--define(PLOP_STORAGE_QUORUM_TIMEOUT, 2000).
+-define(PLOP_STORAGE_QUORUM_TIMEOUT, 10000).
-define(SIGN_HSM_PORT_TIMEOUT, 10000).
-define(UTIL_FSYNC_DEFAULT_TIMEOUT, 5000).