feat: add support for request timeout settings in the HTTP request node. (#3854)

Co-authored-by: Yeuoly <admin@srmxy.cn>
This commit is contained in:
majian 2024-04-29 13:59:07 +08:00 committed by GitHub
commit 8f2ae51fe5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 286 additions and 10 deletions

View file

@ -156,5 +156,10 @@ CODE_MAX_NUMBER_ARRAY_LENGTH=1000
API_TOOL_DEFAULT_CONNECT_TIMEOUT=10
API_TOOL_DEFAULT_READ_TIMEOUT=60
# HTTP Node configuration
HTTP_REQUEST_MAX_CONNECT_TIMEOUT=300
HTTP_REQUEST_MAX_READ_TIMEOUT=600
HTTP_REQUEST_MAX_WRITE_TIMEOUT=600
# Log file path
LOG_FILE=