timburks / openradar

A Google App Engine app for sharing information about radars that we've submitted.
http://openradar.appspot.com
Apache License 2.0
375 stars 39 forks source link

api/radar/count returns 1000 instead of the real count #9

Closed n-b closed 9 years ago

n-b commented 12 years ago

There seems to be 4000-something radars in the base, but

http://openradar.appspot.com/api/radar/count

always gives :

{
    "result": 1000
}
timburks commented 12 years ago

Thanks. I'll bet there's an App Engine built-in limit triggering this, but I'm sure there's a way around it.

timburks commented 9 years ago

Fixed. https://github.com/timburks/openradar/commit/4084c58022ec0f4a8c06fbd93783e1fa17cd52e6