summaryrefslogtreecommitdiff
path: root/src/exchange/exchange.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-12-02 08:02:20 +0100
committerChristian Grothoff <christian@grothoff.org>2021-12-02 08:02:20 +0100
commit5a7dd001250da73ce2236f245b6bba9a1663477e (patch)
treee3e45fcc971fb084fb274443c87984f38e398dd6 /src/exchange/exchange.conf
parente8fc5d8d5c5eb07c9b6be41fd9bab0552a6ac672 (diff)
downloadexchange-5a7dd001250da73ce2236f245b6bba9a1663477e.tar.gz
exchange-5a7dd001250da73ce2236f245b6bba9a1663477e.tar.bz2
exchange-5a7dd001250da73ce2236f245b6bba9a1663477e.zip
improve suicide logic
Diffstat (limited to 'src/exchange/exchange.conf')
-rw-r--r--src/exchange/exchange.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/exchange/exchange.conf b/src/exchange/exchange.conf
index 4d353acec..92de5e31c 100644
--- a/src/exchange/exchange.conf
+++ b/src/exchange/exchange.conf
@@ -40,6 +40,9 @@ PORT = 8081
# transfers to enable tracking.
BASE_URL = http://localhost:8081/
+# Maximum number of requests this process should handle before
+# committing suicide.
+# MAX_REQUESTS =
# How long should the aggregator sleep if it has nothing to do?
AGGREGATOR_IDLE_SLEEP_INTERVAL = 60 s