Merge pull request #39412 from larry-cdn77/doc_correct_http_timeout_defaults

Documentation: Correct http_receive_timeout and http_send_timeout defaults
This commit is contained in:
Alexander Tokmakov 2022-07-20 13:43:26 +03:00 committed by GitHub
commit 35eb6c9067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2626,7 +2626,7 @@ Possible values:
- Any positive integer.
- 0 - Disabled (infinite timeout).
Default value: 1800.
Default value: 180.
## http_receive_timeout {#http_receive_timeout}
@ -2637,7 +2637,7 @@ Possible values:
- Any positive integer.
- 0 - Disabled (infinite timeout).
Default value: 1800.
Default value: 180.
## check_query_single_value_result {#check_query_single_value_result}