mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
speed up broken link check
This commit is contained in:
parent
4e82832694
commit
21af06925a
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ EnforceHTML5: true
|
||||||
IgnoreAltMissing: false
|
IgnoreAltMissing: false
|
||||||
IgnoreAltEmpty: true # an empty alt makes presentation-role explicit, it's not a defect.
|
IgnoreAltEmpty: true # an empty alt makes presentation-role explicit, it's not a defect.
|
||||||
EnforceHTTPS: true
|
EnforceHTTPS: true
|
||||||
ExternalTimeout: 180
|
ExternalTimeout: 20
|
||||||
HTTPConcurrencyLimit: 96
|
HTTPConcurrencyLimit: 128
|
||||||
IgnoreHTTPS:
|
IgnoreHTTPS:
|
||||||
- "http://192.168.1"
|
- "http://192.168.1"
|
||||||
- "http://localhost:"
|
- "http://localhost:"
|
||||||
|
|
Loading…
Reference in a new issue