[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: purge old LOOKAHEAD_PROVIDE opti
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: purge old LOOKAHEAD_PROVIDE option |
Date: |
Fri, 15 Jan 2021 11:36:52 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 57a0fc8d purge old LOOKAHEAD_PROVIDE option
57a0fc8d is described below
commit 57a0fc8d1fd89944e763ad11c88f217d622ce723
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Jan 15 11:36:39 2021 +0100
purge old LOOKAHEAD_PROVIDE option
---
src/auditor/generate-auditor-basedb.conf | 1 -
src/benchmark/benchmark.conf | 5 ++---
src/exchange/test_taler_exchange_httpd.conf | 4 ----
src/exchange/test_taler_exchange_unix.conf | 4 ----
4 files changed, 2 insertions(+), 12 deletions(-)
diff --git a/src/auditor/generate-auditor-basedb.conf
b/src/auditor/generate-auditor-basedb.conf
index db82068e..d3ded7bd 100644
--- a/src/auditor/generate-auditor-basedb.conf
+++ b/src/auditor/generate-auditor-basedb.conf
@@ -12,7 +12,6 @@ BASE_URL = http://localhost:8081/
SIGNKEY_DURATION = 4 weeks
SIGNKEY_LEGAL_DURATION = 4 weeks
LOOKAHEAD_SIGN = 32 weeks 1 day
-LOOKAHEAD_PROVIDE = 4 weeks 1 day
[merchant]
SERVE = tcp
diff --git a/src/benchmark/benchmark.conf b/src/benchmark/benchmark.conf
index 3becf107..66dfeeca 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/"
diff --git a/src/exchange/test_taler_exchange_httpd.conf
b/src/exchange/test_taler_exchange_httpd.conf
index 29ecdeb1..fc9f389b 100644
--- a/src/exchange/test_taler_exchange_httpd.conf
+++ b/src/exchange/test_taler_exchange_httpd.conf
@@ -34,10 +34,6 @@ SIGNKEY_DURATION = 4 weeks
# ahead of time?
LOOKAHEAD_SIGN = 32 weeks 1 day
-# how long do we provide to clients denomination and signing keys
-# ahead of time?
-LOOKAHEAD_PROVIDE = 4 weeks 1 day
-
# HTTP port the exchange listens to
PORT = 8081
diff --git a/src/exchange/test_taler_exchange_unix.conf
b/src/exchange/test_taler_exchange_unix.conf
index 515a3826..88cc96fa 100644
--- a/src/exchange/test_taler_exchange_unix.conf
+++ b/src/exchange/test_taler_exchange_unix.conf
@@ -32,10 +32,6 @@ SIGNKEY_DURATION = 4 weeks
# ahead of time?
LOOKAHEAD_SIGN = 32 weeks 1 day
-# how long do we provide to clients denomination and signing keys
-# ahead of time?
-LOOKAHEAD_PROVIDE = 4 weeks 1 day
-
# HTTP port the exchange listens to (we want to use UNIX domain sockets,
# so we use a port that just won't work on GNU/Linux without root rights)
PORT = 999
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: purge old LOOKAHEAD_PROVIDE option,
gnunet <=