From 72251a6c11e3d2bd43b1b235040ad88c0ee67b87 Mon Sep 17 00:00:00 2001 From: Viktor Fomin Date: Thu, 2 Sep 2021 15:05:36 +0300 Subject: [PATCH] =?UTF-8?q?Fix=20bug=2051320:=20=C2=ABFirebaseError:=20Rem?= =?UTF-8?q?ote=20Config:=20The=20config=20fetch=20request=20timed=20out=20?= =?UTF-8?q?while=20in=20an=20exponential=20backoff=20state=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/asc-web-common/utils/firebase.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/asc-web-common/utils/firebase.js b/packages/asc-web-common/utils/firebase.js index c655b865d7..4fa64559f6 100644 --- a/packages/asc-web-common/utils/firebase.js +++ b/packages/asc-web-common/utils/firebase.js @@ -19,7 +19,7 @@ class FirebaseHelper { this.remoteConfig.settings = { fetchTimeMillis: 60000, - minimumFetchIntervalMillis: 60000, + minimumFetchIntervalMillis: 3600000, }; this.remoteConfig.defaultConfig = {