Datasource: Make sure data proxy timeout applies to HTTP client (#25865)
For backend data sources executing in the backend (not through data proxy) make sure that the timeout applies to cached HTTP client. Fixes #25863 Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
This commit is contained in:
co-authored by
Diana Payton
parent
383aa21ab6
commit
460b01f1fe
@@ -383,7 +383,9 @@ This enables data proxy logging, default is `false`.
|
||||
|
||||
### timeout
|
||||
|
||||
How long the data proxy should wait before timing out. Default is `30` (seconds)
|
||||
How long the data proxy should wait before timing out. Default is 30 seconds.
|
||||
|
||||
This setting also applies to core backend HTTP data sources where query requests use an HTTP client with timeout set.
|
||||
|
||||
### send_user_header
|
||||
|
||||
|
||||
Reference in New Issue
Block a user