mirror of
https://github.com/Wolvan/poll.horse.git
synced 2025-03-19 02:07:13 +01:00
When a heroku dyno goes into sleep mode it loses connection to the backend database. Once it is woken back up, no more reads or writes could be done anymore due to a dead connection. This change reinstates a new db connection when the connection is fatally terminated. |
||
---|---|---|
.. | ||
config-handlers | ||
backend.ts | ||
config-handlers.ts | ||
config-loader.ts | ||
Config.ts | ||
FlatFileStorage.ts | ||
frontend.ts | ||
main.ts | ||
MySQLStorage.ts | ||
Poll.ts | ||
Storage.ts |