Skip to content

Commit

Permalink
Updated Bulk Request Limit to reflect 1k upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
jarredSafegraph authored Jun 18, 2024
1 parent abc50bb commit 42d4275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion placekey/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class PlacekeyAPI:
REQUEST_WINDOW = 60

BULK_URL = 'https://api.placekey.io/v1/placekeys'
BULK_REQUEST_LIMIT = 100
BULK_REQUEST_LIMIT = 10
BULK_REQUEST_WINDOW = 60
MAX_BATCH_SIZE = 100

Expand Down

0 comments on commit 42d4275

Please sign in to comment.