summaryrefslogtreecommitdiff
path: root/src/benchmark
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-01-15 11:36:39 +0100
committerFlorian Dold <florian@dold.me>2021-01-15 11:36:45 +0100
commit57a0fc8d1fd89944e763ad11c88f217d622ce723 (patch)
treeea20f84974b2a42153945501565473b80419983e /src/benchmark
parente64fae38b998bfba92be58675445cf6a079aabbd (diff)
downloadexchange-57a0fc8d1fd89944e763ad11c88f217d622ce723.tar.gz
exchange-57a0fc8d1fd89944e763ad11c88f217d622ce723.tar.bz2
exchange-57a0fc8d1fd89944e763ad11c88f217d622ce723.zip
purge old LOOKAHEAD_PROVIDE option
Diffstat (limited to 'src/benchmark')
-rw-r--r--src/benchmark/benchmark.conf5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/benchmark/benchmark.conf b/src/benchmark/benchmark.conf
index 3becf107b..66dfeeca3 100644
--- a/src/benchmark/benchmark.conf
+++ b/src/benchmark/benchmark.conf
@@ -16,7 +16,8 @@ signkey_duration = 4 weeks
signkey_legal_duration = 2 years
# how long do we provide to clients denomination and signing keys
# ahead of time?
-lookahead_provide = 4 weeks 1 day
+# Keep it short so the test runs fast.
+lookahead_sign = 12h
# HTTP port the exchange listens to
port = 8081
# Master public key used to sign the exchange's various keys
@@ -26,8 +27,6 @@ DB = postgres
# Base URL of the exchange. Must be set to a URL where the
# exchange (or the twister) is actually listening.
base_url = "http://localhost:8081/"
-# Keep it short so the test runs fast.
-lookahead_sign = 12 h
[auditor]
BASE_URL = "http://localhost:8083/"