Skip to content

Commit

Permalink
Merge pull request #339 from dvankley/patch-1
Browse files Browse the repository at this point in the history
Add note about paging delay
  • Loading branch information
domesticmouse committed Aug 21, 2017
2 parents 56835b3 + ffc2a43 commit 9d54d8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ based strategy.
Never sleep between requests again! By default, requests are sent at the expected rate limits for
each web service, typically 10 queries per second for free users. If you want to speed up or slow
down requests, you can do that too, using `new GeoApiContext.Builder().queryRateLimit(qps).build()`.
Note that you still need to manually handle the [delay between the initial request and successive pages](https://developers.google.com/places/web-service/search#PlaceSearchPaging) when you're paging through multiple result sets.

### Retry on Failure

Expand Down

0 comments on commit 9d54d8d

Please sign in to comment.