dougblack / nextbus

GT NextBus - An Android app
17 stars 6 forks source link

Requests are being made twice #17

Open darkzeroman opened 11 years ago

darkzeroman commented 11 years ago

I'm looking through the logs, and it seems that sometimes the API is receiving GET requests within 1 second of each other by the same IP for the same stop.

So I'm not sure if the user is refreshing or there is some error in the code logic.

Not a big issue since we're not having large traffic, but this might be potential optimization.