gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 357/459: reduce update time


From: gnunet
Subject: [reclaim-ui] 357/459: reduce update time
Date: Fri, 11 Jun 2021 23:27:29 +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 6f4ca317d0a8298a51f95e194c3499491bc6c31b
Author: anna wimbauer <anna.wibauer@gmx.de>
AuthorDate: Mon Oct 26 15:56:16 2020 +0100

    reduce update time
---
 src/app/identity-list/identity-list.component.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/identity-list/identity-list.component.ts 
b/src/app/identity-list/identity-list.component.ts
index aada8b2..3ed845c 100644
--- a/src/app/identity-list/identity-list.component.ts
+++ b/src/app/identity-list/identity-list.component.ts
@@ -395,7 +395,7 @@ export class IdentityListComponent implements OnInit {
         console.log(error);
         this.openModal('GnunetInfo');
         this.connected = false;
-        setTimeout(() => this.updateIdentities(), 20000);
+        setTimeout(() => this.updateIdentities(), 5000);
       });
   }
 

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