How do I update the timeout configuration?
This article explains how to update the Timeout configuration in Agility.
Overview
If you want to change the SQL timeout setting and update the configuration settings in your server application's configuration files, create a user.config file with the following contents. If one already exists, update it with the new key value:
<appSettings>
<add key="VersionOne.Data.Sql2k.CommandTimeout" value="90"/>
</appSettings>
Notes:
- The above sets the SQL timeout to 90 seconds
- If the key is not present, the default timeout is 60 seconds
- A value of 0 means no timeout
- Web servers time out after 90 seconds, so setting the SQL timeout to any higher value will just cause web server timeouts