Increase query runtime

How do I increase query runtime from 120s?

Hey @Damilare_Abolaji!

On Cloud, all queries timeout after a maximum of 120 seconds, or 120,000 milliseconds, as to not overwhelm the browser. I believe you can extend this timeout on the on-premise version of Retool (including the self-hosted version!), however, where you can modify the DBCONNECTOR_QUERY_TIMEOUT_MS environment variable to have a longer timeout, excluding some resource types (ie MySQL and MS SQL).