gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 02/02: increase pay timeout


From: gnunet
Subject: [taler-wallet-core] 02/02: increase pay timeout
Date: Fri, 05 Feb 2021 12:11:04 +0100

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

dold pushed a commit to branch master
in repository wallet-core.

commit f234eef469bf153f38084dc79c0634efbd4e3270
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Feb 5 12:10:56 2021 +0100

    increase pay timeout
---
 packages/taler-wallet-core/src/operations/pay.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/taler-wallet-core/src/operations/pay.ts 
b/packages/taler-wallet-core/src/operations/pay.ts
index d8168acd..cccbb3ca 100644
--- a/packages/taler-wallet-core/src/operations/pay.ts
+++ b/packages/taler-wallet-core/src/operations/pay.ts
@@ -677,8 +677,8 @@ function getProposalRequestTimeout(proposal: 
ProposalRecord): Duration {
 
 function getPayRequestTimeout(purchase: PurchaseRecord): Duration {
   return durationMul(
-    { d_ms: 5000 },
-    1 + purchase.payCoinSelection.coinPubs.length / 20,
+    { d_ms: 15000 },
+    1 + purchase.payCoinSelection.coinPubs.length / 5,
   );
 }
 

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