Skip to content

Commit

Permalink
Add note about paging delay
Browse files Browse the repository at this point in the history
From discussion in #338
  • Loading branch information
dvankley-sfdc committed Aug 18, 2017
1 parent 56835b3 commit ffc2a43
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 ffc2a43

Please sign in to comment.