'withDefaults()' is just a new FetchOptions(), and FetchOptions() has no default 'limit' as seen in the code <https://searchcode.com/codesearch/raw/5543155/>.
Even in the JavaDocs it explains that 'getLimit()' returns null <https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/datastore/FetchOptions#getLimit--> if nothing has been set. The only default that is set is the chunk size. In the code it shows it being set to '20', but I think this has been since increased to ~300 (or ~1000). -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/e65fb4c7-2c37-4235-bca9-05f913514f13%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
