Skip to content

Commit

Permalink
increase default window size
Browse files Browse the repository at this point in the history
  • Loading branch information
sehnem committed Nov 10, 2022
1 parent bbcb0ce commit 40ce4da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="tap-shopify",
version="1.4.10",
version="1.4.11",
description="Singer.io tap for extracting Shopify data",
author="Stitch",
url="http://github.com/singer-io/tap-shopify",
Expand Down
2 changes: 1 addition & 1 deletion tap_shopify/streams/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

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

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

0 comments on commit 40ce4da

Please sign in to comment.