Extending a ColdBox App's Lock Timeouts

By default, any ColdBox app has a lock timeout of 30 seconds for their requests. If longer running processes occur in which they do not give the lock away (for whatever reason it is) there could be a chance of the request to timeout and throw and error. Therefore, you might be interested in maybe increasing it on high availability applications in order to allow longer running processes to finish. In order to tweak this setting, you should open your Application's Application....