gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: increase timeout, 5s is too shor


From: gnunet
Subject: [taler-merchant] branch master updated: increase timeout, 5s is too short
Date: Sun, 25 Oct 2020 22:00:56 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 60f118f  increase timeout, 5s is too short
60f118f is described below

commit 60f118f535ba3f6ce9ec5e91d422913f5f7aee4c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Oct 25 22:00:53 2020 +0100

    increase timeout, 5s is too short
---
 src/backend/taler-merchant-httpd_post-orders-ID-pay.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c 
b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
index c5fbd05..0e033a7 100644
--- a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
+++ b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
@@ -377,7 +377,7 @@ get_pay_timeout (unsigned int num_coins)
   struct GNUNET_TIME_Relative sec5;
 
   sec5 = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS,
-                                        5);
+                                        10);
   t = GNUNET_TIME_relative_multiply (sec5,
                                      1 + (num_coins / 20));
 

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