Skip to content

Commit

Permalink
[public-square:master] Add ability to filter urls by lastmod (#107)
Browse files Browse the repository at this point in the history
* Fixing merge conflicts

* fix package-lock

* Include error message in error output

* 3.2.5

* Fixing merge conflicts

* Rebuilding

* Removing eslint error

Co-authored-by: Sean Thomas Burke <[email protected]>
Co-authored-by: Zacharias Bahm <[email protected]>
  • Loading branch information
3 people authored Jul 29, 2022
1 parent d685149 commit ebfaad9
Show file tree
Hide file tree
Showing 6 changed files with 7,380 additions and 7,097 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ You can add options on the initial Sitemapper object when instantiating it.
+ `concurrency`: (Number) - Sets the maximum number of concurrent sitemap crawling threads. Default: 10
+ `retries`: (Number) - Sets the maximum number of retries to attempt in case of an error response (e.g. 404 or Timeout). Default: 0
+ `rejectUnauthorized`: (Boolean) - If true, it will throw on invalid certificates, such as expired or self-signed ones. Default: True
+ `lastmod`: (Number) - Timestamp of the minimum lastmod value allowed for returned urls

```javascript

Expand Down
2 changes: 1 addition & 1 deletion lib/assets/sitemapper.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ebfaad9

Please sign in to comment.