From 69a07468de8555d5260afab4019e34f40e5ec6be Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 5 Jun 2019 23:38:28 +0200 Subject: working on fix for #5747 --- src/exchange/exchange.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/exchange/exchange.conf') diff --git a/src/exchange/exchange.conf b/src/exchange/exchange.conf index 87b6f18c3..7fe737b72 100644 --- a/src/exchange/exchange.conf +++ b/src/exchange/exchange.conf @@ -15,6 +15,12 @@ REVOCATION_DIR = ${TALER_DATA_HOME}/exchange/revocations/ # This must be adjusted to your actually installation. # MASTER_PUBLIC_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG +# How long do we allow /keys to be cached at most? The actual +# limit is the minimum of this value and the first expected +# significant change in /keys based on the expiration times. +# Used to artifically reduce caching (addresses #5747). +MAX_KEYS_CACHING = forever + # How to access our database DB = postgres -- cgit v1.2.3