Skip to content

Commit

Permalink
Merge pull request #134 from EAT-SSU/fix/#133
Browse files Browse the repository at this point in the history
[#133] firebase remote config μΊμ‹±νƒ€μž„ 3600->600 μˆ˜μ •
  • Loading branch information
CJiu01 authored Sep 26, 2024
2 parents 5c07ea4 + 1d0f6eb commit 8f9378e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class FirebaseRemoteConfig {
remoteConfig = RemoteConfig.remoteConfig()
let settings = RemoteConfigSettings()

settings.minimumFetchInterval = 3600
settings.minimumFetchInterval = 600
remoteConfig.configSettings = settings
}

Expand Down

0 comments on commit 8f9378e

Please sign in to comment.