From 57a0fc8d1fd89944e763ad11c88f217d622ce723 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 15 Jan 2021 11:36:39 +0100 Subject: purge old LOOKAHEAD_PROVIDE option --- src/benchmark/benchmark.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/benchmark') 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/" -- cgit v1.2.3