Skip to content

Commit

Permalink
Merge pull request #6 from apify/fix/no-retries
Browse files Browse the repository at this point in the history
FIxed retries.
  • Loading branch information
petrpatek authored Apr 6, 2021
2 parents 0b03797 + 1483dc6 commit dd213a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scraping-defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const SCRAPING_DEFAULT_OPTIONS = {
// We need to have browser-like headers to blend in.
useHeaderGenerator: true,
timeout: 60000,
retry: { retries: 0, maxRetryAfter: 0 },
retry: { limit: 0, maxRetryAfter: 0 },

};

Expand Down

0 comments on commit dd213a0

Please sign in to comment.