[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-anastasis] branch master updated: reduce lookahead
From: |
gnunet |
Subject: |
[taler-anastasis] branch master updated: reduce lookahead |
Date: |
Sat, 16 Jan 2021 23:43:39 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository anastasis.
The following commit(s) were added to refs/heads/master by this push:
new 529012a reduce lookahead
529012a is described below
commit 529012a90fb7e64f11c2a5e0d041865308511dfb
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Jan 16 23:43:27 2021 +0100
reduce lookahead
---
src/lib/test_anastasis_api.conf | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/src/lib/test_anastasis_api.conf b/src/lib/test_anastasis_api.conf
index 4596d33..17526a8 100644
--- a/src/lib/test_anastasis_api.conf
+++ b/src/lib/test_anastasis_api.conf
@@ -20,6 +20,16 @@ currency = EUR
#CURRENCY_ROUND_UNIT = EUR:0.01
#CURRENCY_ROUND_UNIT = EUR:0.01
+[taler-helper-crypto-rsa]
+# Reduce from 1 year to speed up test
+LOOKAHEAD_SIGN = 24 days
+
+[taler-helper-crypto-eddsa]
+# Reduce from 1 year to speed up test
+LOOKAHEAD_SIGN = 24 days
+# Reduce from 12 weeks to ensure we have multiple
+DURATION = 14 days
+
[bank]
HTTP_PORT = 8082
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-anastasis] branch master updated: reduce lookahead,
gnunet <=