Merge pull request #4645 from urbit/jo/gcp/no-poll

interface/gcp: stop polling for gcp store config
This commit is contained in:
matildepark 2021-03-23 11:50:57 -04:00 committed by GitHub
commit f828a2c74a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,8 @@ class GcpManager {
if (this.isConfigured()) {
this.refreshLoop();
} else {
this.refreshAfter(10_000);
console.log('GcpManager: GCP storage not configured; stopping.');
this.stop();
}
})
.catch((reason) => {