mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-08 22:54:51 +00:00
Merge pull request #476 from cjmayo/linkcheckerrc
Add missing settings to the example linkcheckerrc
This commit is contained in:
commit
9d6e8f951b
1 changed files with 6 additions and 0 deletions
|
|
@ -160,11 +160,17 @@
|
|||
# Stop checking new URLs after the given number of seconds. Same as if the
|
||||
# user hits Ctrl-C after X seconds.
|
||||
#maxrunseconds=600
|
||||
# Don't download files larger than the given number of bytes
|
||||
#maxfilesizedownload=5242880
|
||||
# Don't parse files larger than the given number of bytes
|
||||
#maxfilesizeparse=1048576
|
||||
# Maximum number of URLs to check. New URLs will not be queued after the
|
||||
# given number of URLs is checked.
|
||||
#maxnumurls=153
|
||||
# Maximum number of requests per second to one host.
|
||||
#maxrequestspersecond=10
|
||||
# Respect the instructions in any robots.txt files
|
||||
#robotstxt=1
|
||||
# Allowed URL schemes as a comma-separated list.
|
||||
#allowedschemes=http,https
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue