Our backend depend on result from a cloud function. The limit on a cloud function is 15 minutes, but what is the default timeout for a default configured NestJS server request ? It seems that the server request timeouts on our client.
Can you point me do the docs where it's explained or how it can be configured.