Skip to content

Commit 358a5b7

Browse files
authored
Add note linking to local datastore issue. (#1044)
1 parent ea2a6a7 commit 358a5b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

parse/src/main/java/com/parse/Parse.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ private Parse() {
7575
* }
7676
* }
7777
* </pre>
78-
*
78+
* See <a href="https://github.com/parse-community/Parse-SDK-Android/issues/279">https://github.com/parse-community/Parse-SDK-Android/issues/279</a>
79+
* for a discussion on performance of local datastore, and if it is right for your project.
7980
* @param context The active {@link Context} for your application.
8081
*/
8182
public static void enableLocalDatastore(Context context) {

0 commit comments

Comments
 (0)