This patch adds the ability to set the cURL options CONNECTTIMEOUT and TIMEOUT for HTTP requests.
CONNECTTIMEOUT is applied to all HTTP requests while TIMEOUT is only applied to non-ingest requests. The defaults are set to 180s and 300s, respectively.
This patch adds the ability to set the cURL options
CONNECTTIMEOUT
andTIMEOUT
for HTTP requests.CONNECTTIMEOUT
is applied to all HTTP requests whileTIMEOUT
is only applied to non-ingest requests. The defaults are set to 180s and 300s, respectively.