Skip to content

Commit 246ed47

Browse files
author
Athira M
committed
Update code snipped with default prod value for minimumFetchIntervalMillis.
1 parent 0ff4e7c commit 246ed47

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

remoteconfig-next/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ function getInstance() {
1414
function 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
}

snippets/remoteconfig-next/index/rc_set_minimum_fetch_time.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
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
99
remoteConfig.settings.minimumFetchIntervalMillis = 3600000;
1010
// [END rc_set_minimum_fetch_time_modular]

0 commit comments

Comments
 (0)