mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
Merge pull request #4645 from urbit/jo/gcp/no-poll
interface/gcp: stop polling for gcp store config
This commit is contained in:
commit
f828a2c74a
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user