Collection Page Connects to SQL but never disconnects #7
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JMTNTBANG/MySQL-Video-Game-Collector#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Each time the collection page is loaded, the server initiates a new connection to the MySQL Server, but any previous connections will still remain running, causing an eventual crash from too many connections to the MySQL Server. This includes page reloads such as after editing an entry or adding a new adjustment, making this issue occur much quicker.
JMTNTBANG/MySQL-Video-Game-Collector@83a5c30cf8/src/requests/get/collection.js (L10)