File: lua/model_cmp/config.lua:19
Introduction: config.requests.timeout_ms = 300000 exists in the default config and is shown in the README example, but it's never read or passed to curl --max-time. Requests can hang indefinitely.
Detailed Description: Wire the timeout value through request.lua:send() into the curl args.
File:
lua/model_cmp/config.lua:19Introduction:
config.requests.timeout_ms = 300000exists in the default config and is shown in the README example, but it's never read or passed tocurl --max-time. Requests can hang indefinitely.Detailed Description: Wire the timeout value through
request.lua:send()into the curl args.