[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated: wallet-core: increase refresh
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated: wallet-core: increase refresh timeout |
Date: |
Wed, 17 Jul 2024 22:12:45 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository wallet-core.
The following commit(s) were added to refs/heads/master by this push:
new 5c4268c2b wallet-core: increase refresh timeout
5c4268c2b is described below
commit 5c4268c2b150115eb1620f849c8a8d7de1129d75
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Jul 17 22:12:41 2024 +0200
wallet-core: increase refresh timeout
---
packages/taler-wallet-core/src/refresh.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/taler-wallet-core/src/refresh.ts
b/packages/taler-wallet-core/src/refresh.ts
index e341321f4..f6fbb042c 100644
--- a/packages/taler-wallet-core/src/refresh.ts
+++ b/packages/taler-wallet-core/src/refresh.ts
@@ -599,7 +599,7 @@ async function destroyRefreshSession(
function getRefreshRequestTimeout(rg: RefreshGroupRecord): Duration {
return Duration.fromSpec({
- seconds: 5,
+ seconds: 60,
});
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-wallet-core] branch master updated: wallet-core: increase refresh timeout,
gnunet <=