Skip to content

Commit 4ae62fc

Browse files
author
Athira M
committed
Add comment to highlight the default prod value for minimumFetchIntervalMillis.
Issue addressed: firebase/firebase-js-sdk#2841
1 parent 56d7062 commit 4ae62fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

snippets/remoteconfig-next/index/rc_set_minimum_fetch_time.js

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

0 commit comments

Comments
 (0)