gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 137/459: only retry once


From: gnunet
Subject: [reclaim-ui] 137/459: only retry once
Date: Fri, 11 Jun 2021 23:23:49 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository reclaim-ui.

commit 2596d6fb49460d1eb2c418d2b07ecb7de9258232
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Tue Jul 16 17:37:21 2019 +0200

    only retry once
---
 src/app/gns.service.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/gns.service.ts b/src/app/gns.service.ts
index 08cb560..537b2eb 100644
--- a/src/app/gns.service.ts
+++ b/src/app/gns.service.ts
@@ -12,6 +12,6 @@ export class GnsService {
 
   getClientName(client_id) {
     return this.http.get<any>(this.config.get().apiUrl
-      + '/gns/' + client_id + 
'?record_type=RECLAIM_OIDC_CLIENT').pipe(retry(3));
+      + '/gns/' + client_id + 
'?record_type=RECLAIM_OIDC_CLIENT').pipe(retry(1));
   }
 }

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