johnkferguson / octomaps

Octomaps displays all contributors to an open-source project on a map based upon the contributor's location.
http://octomaps.com/
MIT License
15 stars 3 forks source link

Postgres Database limited to 1000 #7

Closed johnkferguson closed 11 years ago

johnkferguson commented 11 years ago

I ran a location lookup on rails/rails and the whole thing went smoothly, we weren't denied by github or anything and I didn't include any delays or sleep.

However, the postgres db only goes up to 1000 rows for some reason, so we will have to fix that.

@mrikhter @meowist

johnkferguson commented 11 years ago

The postgres db goes beyond 1000 rows. Navicat was only showing the first 1000 rows because of the default sql query.