File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
snippets/remoteconfig-next/index Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ function getInstance() {
14
14
function setMinimumFetchTime ( ) {
15
15
const remoteConfig = getInstance ( ) ;
16
16
// [START rc_set_minimum_fetch_time]
17
+ // The default and recommended production fetch interval for Remote Config is 12 hours
17
18
remoteConfig . settings . minimumFetchIntervalMillis = 3600000 ;
18
19
// [END rc_set_minimum_fetch_time]
19
20
}
Original file line number Diff line number Diff line change 5
5
// 'npm run snippets'.
6
6
7
7
// [START rc_set_minimum_fetch_time_modular]
8
- // The default and recommended production fetch interval for Remote Config is 12 hours.
8
+ // The default and recommended production fetch interval for Remote Config is 12 hours
9
9
remoteConfig . settings . minimumFetchIntervalMillis = 3600000 ;
10
10
// [END rc_set_minimum_fetch_time_modular]
You can’t perform that action at this time.
0 commit comments