Connection Timeout Limits - connTimeout

#1
Hello,

I am running asynchronous PHP processes that call CURL scripts that do quite a bit of processing over large data sets (several hundred million records).

Right now these processes are owned by lsws but are timing out due to connTimeout set to 10,000 (the max in the UI). Can this value be increased to a higher value in the config file?

This is for an internal site that is not public, so as a workaround it would be great to just increase the timeout value beyond 10,000.

Thanks!
 
Top