Go-Mini-Social-Network
Go-Mini-Social-Network copied to clipboard
Trace: Error 1040: Too many connections
db connection is not close when the request was handled.
The code is creating lots of independent DB sessions instead of making one and using it everywhere. Likely fix is to instantiate once and then use throughout the app.