summaryrefslogtreecommitdiff
path: root/src/exchange/exchange.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-15 21:20:56 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-15 21:20:56 +0100
commitd3f7cc11842a3e2a574431919179d037e56715ea (patch)
tree8b4c14787de5815432ed28ed6d550dbd4c58eed2 /src/exchange/exchange.conf
parentc898a1e13b1f06dafec35051dfd232510bd28de3 (diff)
downloadexchange-d3f7cc11842a3e2a574431919179d037e56715ea.tar.gz
exchange-d3f7cc11842a3e2a574431919179d037e56715ea.tar.bz2
exchange-d3f7cc11842a3e2a574431919179d037e56715ea.zip
clean up wirewatch logic
Diffstat (limited to 'src/exchange/exchange.conf')
-rw-r--r--src/exchange/exchange.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/exchange/exchange.conf b/src/exchange/exchange.conf
index 8144bddcd..9de198949 100644
--- a/src/exchange/exchange.conf
+++ b/src/exchange/exchange.conf
@@ -54,9 +54,15 @@ PORT = 8081
BASE_URL = http://localhost:8081/
-# How long should the aggregator sleep if it has nothing to do?
+# How long should the aggregator (and closer, and transfer)
+# sleep if it has nothing to do?
AGGREGATOR_IDLE_SLEEP_INTERVAL = 60 s
+# How long should wirewatch sleep if it has nothing to do?
+# (Set very aggressively here for the demonstrators to be
+# super fast.)
+WIREWATCH_IDLE_SLEEP_INTERVAL = 1 s
+
# how long is one signkey valid?
SIGNKEY_DURATION = 4 weeks