gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-mdb] branch master updated: Increased poll timeout for back


From: gnunet
Subject: [taler-taler-mdb] branch master updated: Increased poll timeout for backend
Date: Sun, 29 Dec 2019 18:39:42 +0100

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

dominik-hofer pushed a commit to branch master
in repository taler-mdb.

The following commit(s) were added to refs/heads/master by this push:
     new 9992e85  Increased poll timeout for backend
9992e85 is described below

commit 9992e8510a279db915884b616be5339675dcdc75
Author: Dominik Hofer <address@hidden>
AuthorDate: Sun Dec 29 18:39:29 2019 +0100

    Increased poll timeout for backend
---
 src/main.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c
index 54da007..2ce84c5 100644
--- a/src/main.c
+++ b/src/main.c
@@ -69,7 +69,8 @@ along with
  */
 #define _(s) (s)
 
-#define BACKEND_POLL_TIMEOUT GNUNET_TIME_UNIT_MINUTES
+/* FIXME Adjusted Time out because low internet connection at 36C3 */
+#define BACKEND_POLL_TIMEOUT GNUNET_TIME_relative_multiply ( 
GNUNET_TIME_UNIT_MINUTES, 5)
 
 #define NFC_FAILURE_RETRY_FREQ GNUNET_TIME_UNIT_SECONDS
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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