From 37563e99fb4b33c740d2c886c55ed03a31e708ed Mon Sep 17 00:00:00 2001 From: Athira M Date: Thu, 23 Jan 2025 09:57:31 +0530 Subject: [PATCH] Update code snipped with default prod value for minimumFetchIntervalMillis. --- snippets/remoteconfig-next/index/rc_set_minimum_fetch_time.js | 1 - 1 file changed, 1 deletion(-) diff --git a/snippets/remoteconfig-next/index/rc_set_minimum_fetch_time.js b/snippets/remoteconfig-next/index/rc_set_minimum_fetch_time.js index f5aee1ec..131976c5 100644 --- a/snippets/remoteconfig-next/index/rc_set_minimum_fetch_time.js +++ b/snippets/remoteconfig-next/index/rc_set_minimum_fetch_time.js @@ -5,6 +5,5 @@ // 'npm run snippets'. // [START rc_set_minimum_fetch_time_modular] -// The default and recommended production fetch interval for Remote Config is 12 hours. remoteConfig.settings.minimumFetchIntervalMillis = 3600000; // [END rc_set_minimum_fetch_time_modular] \ No newline at end of file