commit 7fedfde98774ed9841c6d8d62b81d27cafc34344
parent 410068d236414064ec6fcb3cfb9560f1670671c0
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 3 Feb 2022 20:27:57 +0100
do not use excessive timeout, nicer error message
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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 */