Is there a timeout on warp server response?

566 Views Asked by At

I have a web application using warp and while trying to query some large-ish using curl I noticed the connection get shutdown exactly after 1 minute transfer. I increased curl's own timeout but this did not changed anything so I assume this is set on the server side.

Is this actually the case there is a 60s timeout on sending response in warp, and if yes, how can I control it?

0

There are 0 best solutions below