gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: increase timeouts for retries


From: gnunet
Subject: [taler-wallet-core] branch master updated: increase timeouts for retries
Date: Wed, 08 Jun 2022 10:59:01 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new b00635c1 increase timeouts for retries
b00635c1 is described below

commit b00635c1404ed3cc6ed36940bd54ff70cb837f0f
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Wed Jun 8 10:58:54 2022 +0200

    increase timeouts for retries
---
 packages/taler-wallet-core/src/util/retries.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/taler-wallet-core/src/util/retries.ts 
b/packages/taler-wallet-core/src/util/retries.ts
index b7dba61a..2fe18cb2 100644
--- a/packages/taler-wallet-core/src/util/retries.ts
+++ b/packages/taler-wallet-core/src/util/retries.ts
@@ -37,8 +37,8 @@ export interface RetryPolicy {
 
 const defaultRetryPolicy: RetryPolicy = {
   backoffBase: 1.5,
-  backoffDelta: Duration.fromSpec({ seconds: 1 }),
-  maxTimeout: Duration.fromSpec({ minutes: 1 }),
+  backoffDelta: Duration.fromSpec({ seconds: 30 }),
+  maxTimeout: Duration.fromSpec({ minutes: 2 }),
 };
 
 function updateTimeout(

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