Open Caprey opened 4 months ago
This is most likely related to your database server configuration not tortoise. Can you check the value of wait_timeout
using
SHOW VARIABLES LIKE 'wait_timeout';
If you have long queries that take longer than this value then you have to set your timeout to a bigger value.
DATABASE_CONFIG