Skip to content

Commit 198201f

Browse files
authored
docs(firebase_remote_config): Remove comment about defaults in RemoteConfigSettings (#11502)
1 parent 520fed6 commit 198201f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/firebase_remote_config/firebase_remote_config_platform_interface/lib/src/remote_config_settings.dart

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
// ignore_for_file: require_trailing_commas
65
/// Defines the options for the corresponding Remote Config instance.
76
class RemoteConfigSettings {
87
/// Constructs an instance of [RemoteConfigSettings] with given [fetchTimeout]
@@ -13,10 +12,9 @@ class RemoteConfigSettings {
1312
});
1413

1514
/// Maximum Duration to wait for a response when fetching configuration from
16-
/// the Remote Config server. Defaults to one minute.
15+
/// the Remote Config server.
1716
Duration fetchTimeout;
1817

19-
/// Maximum age of a cached config before it is considered stale. Defaults
20-
/// to twelve hours.
18+
/// Maximum age of a cached config before it is considered stale.
2119
Duration minimumFetchInterval;
2220
}

0 commit comments

Comments
 (0)