diff --git a/Runtime/GuruRemote/Runtime/RemoteConfigManager.cs b/Runtime/GuruRemote/Runtime/RemoteConfigManager.cs index dfbbf22..feb1178 100644 --- a/Runtime/GuruRemote/Runtime/RemoteConfigManager.cs +++ b/Runtime/GuruRemote/Runtime/RemoteConfigManager.cs @@ -84,7 +84,7 @@ namespace Guru _firebaseRemote.SetConfigSettingsAsync(new ConfigSettings() { FetchTimeoutInMilliseconds = (ulong)(DefaultFetchTimeout * 1000), - MinimumFetchInternalInMilliseconds = (ulong)(_fetchIntervalHours * 60 * 60 * 1000) + // MinimumFetchInternalInMilliseconds = (ulong)(_fetchIntervalHours * 60 * 60 * 1000) }); _firebaseRemote.OnConfigUpdateListener += OnFirebaseConfigUpdatedHandler;