aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranna wimbauer <anna.wibauer@gmx.de>2020-10-26 15:56:16 +0100
committeranna wimbauer <anna.wibauer@gmx.de>2020-10-26 15:56:16 +0100
commit6f4ca317d0a8298a51f95e194c3499491bc6c31b (patch)
tree86f7fede5e01993abd62b97e6270a83759a83484
parentbe8bdc944e2063f289d141f0aec7351991afbebe (diff)
downloadreclaim-ui-6f4ca317d0a8298a51f95e194c3499491bc6c31b.tar.gz
reclaim-ui-6f4ca317d0a8298a51f95e194c3499491bc6c31b.zip
reduce update time
-rw-r--r--src/app/identity-list/identity-list.component.ts2
1 files changed, 1 insertions, 1 deletions
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 {
395 console.log(error); 395 console.log(error);
396 this.openModal('GnunetInfo'); 396 this.openModal('GnunetInfo');
397 this.connected = false; 397 this.connected = false;
398 setTimeout(() => this.updateIdentities(), 20000); 398 setTimeout(() => this.updateIdentities(), 5000);
399 }); 399 });
400 } 400 }
401 401