As near as I can tell, fetches from Parse will always be limited to 100 in the current implementation per the default for `PFQuery`. I would suggest that we set the `limit` to 1000 wherever a `PFQuery` is constructed. Thoughts?
As near as I can tell, fetches from Parse will always be limited to 100 in the current implementation per the default for
PFQuery.I would suggest that we set the
limitto 1000 wherever aPFQueryis constructed.Thoughts?