@@ -32,7 +32,7 @@ public final class FirebaseFirestoreSettings {
32
32
33
33
private static final long MINIMUM_CACHE_BYTES = 1 * 1024 * 1024 ; // 1 MB
34
34
// TODO(b/121269744): Set this to be the default value after SDK is past version 1.0
35
- //private static final long DEFAULT_CACHE_SIZE_BYTES = 100 * 1024 * 1024; // 100 MB
35
+ // private static final long DEFAULT_CACHE_SIZE_BYTES = 100 * 1024 * 1024; // 100 MB
36
36
// For now, we are rolling this out with collection disabled. Once the SDK has hit version 1.0,
37
37
// we will switch the default to the above value, 100 MB.
38
38
private static final long DEFAULT_CACHE_SIZE_BYTES = CACHE_SIZE_UNLIMITED ;
@@ -144,9 +144,9 @@ public Builder setTimestampsInSnapshotsEnabled(boolean value) {
144
144
* guarantee that the cache will stay below that size, only that if the cache exceeds the given
145
145
* size, cleanup will be attempted.
146
146
*
147
- * <p>By default, collection is disabled (the value is set to
148
- * {@link FirebaseFirestoreSettings#CACHE_SIZE_UNLIMITED}). In a future release, collection will
149
- * be enabled by default, with a default cache size of 100 MB. The minimum value is 1 MB.
147
+ * <p>By default, collection is disabled (the value is set to {@link
148
+ * FirebaseFirestoreSettings#CACHE_SIZE_UNLIMITED}). In a future release, collection will be
149
+ * enabled by default, with a default cache size of 100 MB. The minimum value is 1 MB.
150
150
*
151
151
* @return A settings object on which the cache size is configured as specified by the given
152
152
* {@code value}.
0 commit comments