diff options
author | Florian Dold <florian@dold.me> | 2021-01-15 11:36:39 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-01-15 11:36:45 +0100 |
commit | 57a0fc8d1fd89944e763ad11c88f217d622ce723 (patch) | |
tree | ea20f84974b2a42153945501565473b80419983e /src/benchmark | |
parent | e64fae38b998bfba92be58675445cf6a079aabbd (diff) |
purge old LOOKAHEAD_PROVIDE option
Diffstat (limited to 'src/benchmark')
-rw-r--r-- | src/benchmark/benchmark.conf | 5 |
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/" |