From 28e233ee5f625a903bc5dc1b89f5024d2c41bc93 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Thu, 21 Nov 2024 01:07:18 +0900 Subject: [PATCH] =?UTF-8?q?firebase=20fetch=20=EA=B0=84=EA=B2=A9=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20-=20300=EC=B4=88=20->=2060=EC=B4=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Splash/SplashView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SodaLive/Sources/Splash/SplashView.swift b/SodaLive/Sources/Splash/SplashView.swift index 90c32b4..bca411e 100644 --- a/SodaLive/Sources/Splash/SplashView.swift +++ b/SodaLive/Sources/Splash/SplashView.swift @@ -80,7 +80,7 @@ struct SplashView: View { private func fetchLastestVersion() { let remoteConfig = RemoteConfig.remoteConfig() let configSettings = RemoteConfigSettings() - configSettings.minimumFetchInterval = 300 + configSettings.minimumFetchInterval = 60 remoteConfig.configSettings = configSettings remoteConfig.fetch { status, error in