gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -more logging, use same timeout


From: gnunet
Subject: [taler-exchange] branch master updated: -more logging, use same timeout
Date: Wed, 02 Oct 2024 20:13:43 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new db82240b3 -more logging, use same timeout
db82240b3 is described below

commit db82240b3be9565f33e0ccdcf3cd06f6528c9795
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Oct 2 20:13:39 2024 +0200

    -more logging, use same timeout
---
 src/exchange/taler-exchange-httpd_keys.c | 4 +++-
 src/lib/exchange_api_handle.c            | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_keys.c 
b/src/exchange/taler-exchange-httpd_keys.c
index ab6798dc6..d9bc440e3 100644
--- a/src/exchange/taler-exchange-httpd_keys.c
+++ b/src/exchange/taler-exchange-httpd_keys.c
@@ -41,8 +41,10 @@
 
 /**
  * When do we forcefully timeout a /keys request?
+ * Matches the 120s hard-coded into exchange_api_handle.c
  */
-#define KEYS_TIMEOUT GNUNET_TIME_UNIT_MINUTES
+#define KEYS_TIMEOUT \
+        GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 2)
 
 
 /**
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index c39440857..443170349 100644
--- a/src/lib/exchange_api_handle.c
+++ b/src/lib/exchange_api_handle.c
@@ -1830,7 +1830,7 @@ TALER_EXCHANGE_get_keys (
                              ? last_date
                              : NULL,
                              NULL);
-  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+  GNUNET_log (GNUNET_ERROR_TYPE_INFO,
               "Requesting keys with URL `%s'.\n",
               gkh->url);
   eh = TALER_EXCHANGE_curl_easy_get_ (gkh->url);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]