add CURL options that prevent crawl queue stuck

This commit is contained in:
ghost 2023-11-27 16:54:26 +02:00
parent 783c60fd25
commit 02dd3649a7
2 changed files with 61 additions and 0 deletions

View file

@ -51,6 +51,20 @@
{
"crawl":
{
"curl":
{
"connection":
{
"timeout":3
},
"download":
{
"size":
{
"max":10000024
}
}
},
"queue":
{
"limit":1,