Skip to content

Commit

Permalink
Reduce date window to 1 across the board
Browse files Browse the repository at this point in the history
  • Loading branch information
dmosorast committed Dec 18, 2018
1 parent 13a181f commit 72e2d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_shopify/streams/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# We've observed 500 errors returned if this is too large (30 days was too
# large for a customer)
DATE_WINDOW_SIZE = 7
DATE_WINDOW_SIZE = 1

# We will retry a 500 error a maximum of 5 times before giving up
MAX_RETRIES = 5
Expand Down

0 comments on commit 72e2d2a

Please sign in to comment.