mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
add CURL options that prevent crawl queue stuck
This commit is contained in:
parent
783c60fd25
commit
02dd3649a7
2 changed files with 61 additions and 0 deletions
|
|
@ -51,6 +51,20 @@
|
|||
{
|
||||
"crawl":
|
||||
{
|
||||
"curl":
|
||||
{
|
||||
"connection":
|
||||
{
|
||||
"timeout":3
|
||||
},
|
||||
"download":
|
||||
{
|
||||
"size":
|
||||
{
|
||||
"max":10000024
|
||||
}
|
||||
}
|
||||
},
|
||||
"queue":
|
||||
{
|
||||
"limit":1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue