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() {
1414function setMinimumFetchTime ( ) {
1515 const remoteConfig = getInstance ( ) ;
1616 // [START rc_set_minimum_fetch_time]
17+ // The default and recommended production fetch interval for Remote Config is 12 hours
1718 remoteConfig . settings . minimumFetchIntervalMillis = 3600000 ;
1819 // [END rc_set_minimum_fetch_time]
1920}
Original file line number Diff line number Diff line change 55// 'npm run snippets'.
66
77// [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
99remoteConfig . settings . minimumFetchIntervalMillis = 3600000 ;
1010// [END rc_set_minimum_fetch_time_modular]
You can’t perform that action at this time.
0 commit comments