gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-gtk] branch master updated: do not use excessive timeou


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: do not use excessive timeout, nicer error message
Date: Thu, 03 Feb 2022 20:27:59 +0100

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

grothoff pushed a commit to branch master
in repository anastasis-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new 7fedfde  do not use excessive timeout, nicer error message
7fedfde is described below

commit 7fedfde98774ed9841c6d8d62b81d27cafc34344
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Feb 3 20:27:57 2022 +0100

    do not use excessive timeout, nicer error message
---
 src/anastasis/anastasis-gtk_action.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/anastasis/anastasis-gtk_action.c 
b/src/anastasis/anastasis-gtk_action.c
index 63e37bf..70358c3 100644
--- a/src/anastasis/anastasis-gtk_action.c
+++ b/src/anastasis/anastasis-gtk_action.c
@@ -39,7 +39,7 @@
 /**
  * After how long does our long-poller time out?
  */
-#define LP_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 5)
+#define LP_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30)
 
 /**
  * Are we currently processing an action?
@@ -2105,7 +2105,7 @@ long_poll_sync_action_cb (void *cls,
     /* we are in sync, nothing left to do */
     return;
   default:
-    AG_error (_ ("sync_providers failed: %s (#%u)"),
+    AG_error (_ ("Synchronizing with providers failed: %s (#%u)"),
               TALER_ErrorCode_get_hint (error_code),
               (unsigned int) error_code);
     /* simply try again */

-- 
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]