Does openemr design logic rely on server-side timeouts?
In other words, does openemr internally cap operation times for db interactions or does it allow cancellation via user intervention?
I want to explicitly know if it is safe that the db side allows unlimited execution times? Or there may be cases that openemr needs to receive exceptions or errors from the db side to keep it’s logic working in cases of unreachable db?