Created
April 24, 2019 15:28
-
-
Save b5/c131c7417c8bc9ae414b2507681b80a0 to your computer and use it in GitHub Desktop.
github.com/qri-io/walk job
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Seeds": [ | |
"https://yosemite.epa.gov" | |
], | |
"SeedsPath": "", | |
"Crawl": true, | |
"Domains": [ | |
"https://yosemite.epa.gov" | |
], | |
"IgnorePatterns": null, | |
"DoneScanMilli": 30000, | |
"DelayMilli": 0, | |
"StopAfterEntries": 0, | |
"StopURL": "", | |
"BackoffResponseCodes": null, | |
"MaxAttempts": 3, | |
"Workers": [ | |
{ | |
"Parallelism": 10, | |
"Type": "local", | |
"DelayMilli": 500, | |
"Polite": true, | |
"RecordResponseHeaders": false, | |
"RecordRedirects": true, | |
"UserAgent": "" | |
} | |
], | |
"ResourceHandlers": [ | |
{ | |
"Type": "sitemap", | |
"SrcPath": "", | |
"DestPath": "", | |
"Prefix": "" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment