The default number of entities displayed in the App Engine SDK Datastore viewer is 10 entities. How do I get it to display more at once? Appending ?limit=100
doesn't seem to do anything.
I'm referring to the page found at http://localhost:8000/_ah/admin/datastore?kind=[entity_type].