Skip to content

Commit 4ec142f

Browse files
author
Greg Soltis
committed
Style
1 parent ce2edce commit 4ec142f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/FirebaseFirestoreSettings.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public final class FirebaseFirestoreSettings {
3232

3333
private static final long MINIMUM_CACHE_BYTES = 1 * 1024 * 1024; // 1 MB
3434
// 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
3636
// For now, we are rolling this out with collection disabled. Once the SDK has hit version 1.0,
3737
// we will switch the default to the above value, 100 MB.
3838
private static final long DEFAULT_CACHE_SIZE_BYTES = CACHE_SIZE_UNLIMITED;
@@ -144,9 +144,9 @@ public Builder setTimestampsInSnapshotsEnabled(boolean value) {
144144
* guarantee that the cache will stay below that size, only that if the cache exceeds the given
145145
* size, cleanup will be attempted.
146146
*
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.
150150
*
151151
* @return A settings object on which the cache size is configured as specified by the given
152152
* {@code value}.

0 commit comments

Comments
 (0)