starrocks-kubernetes-operator
starrocks-kubernetes-operator copied to clipboard
How to configure proxy-send-timeout with fe-proxy
I want to change proxy-send-timeout from 60 to 600
Can you say why? https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_send_timeout
Sets a timeout for transmitting a request to the proxied server. The timeout is set only between two
successive write operations, not for the transmission of the whole request. If the proxied server
does not receive anything within this time, the connection is closed.