Do not rebuild onion path everyday

pull/1584/head
Audric Ackermann 4 years ago committed by GitHub
parent ddce21dbc7
commit 5c4f544b1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -113,7 +113,6 @@ class ActionsPanelPrivate extends React.Component<Props> {
}, DAYS * 2);
this.snodeForceRefreshInterval = global.setInterval(async () => {
await forceRefreshRandomSnodePool();
await OnionPaths.getInstance().buildNewOnionPaths();
}, DAYS * 1);
}

Loading…
Cancel
Save