We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2a6a7 commit 358a5b7Copy full SHA for 358a5b7
parse/src/main/java/com/parse/Parse.java
@@ -75,7 +75,8 @@ private Parse() {
75
* }
76
77
* </pre>
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.
80
* @param context The active {@link Context} for your application.
81
*/
82
public static void enableLocalDatastore(Context context) {
0 commit comments