Request
All SQL aspects of the project need a overview (possibly even a rework from ground up)
All SQL related code is in server.ts
Known Bug: Database times out after around 20 minutes. Potential solution is to perform a SQL command every x seconds (e.g. SELECT 1)
Request
All SQL aspects of the project need a overview (possibly even a rework from ground up)
All SQL related code is in
server.tsKnown Bug: Database times out after around 20 minutes. Potential solution is to perform a SQL command every x seconds (e.g. SELECT 1)