Difference between Connection timeout and Read timeout

I have an app that runs a simulation. Users enter data and then ignore the app until it finishes running (e.g., they don't need to interact with the app while it's running). The results are not sent as a report to the user, they are just available in the browser for the user to copy.

If I want to allow the app to run a simulation of any length, would I extend the "Connection" timeout or the "Read" timeout? I believe it's the Read timeout, but I want to confirm.

1 Like