Closed timothyhollabaugh closed 5 years ago
The backend currently uses a single database connection that it shares and keeps connected for the entire life of the server. This causes MySQL to close it after a few days, causing database errors. A connection pool should fix this.
The backend currently uses a single database connection that it shares and keeps connected for the entire life of the server. This causes MySQL to close it after a few days, causing database errors. A connection pool should fix this.