mirror of
https://github.com/Wolvan/poll.horse.git
synced 2024-11-22 04:58:00 +01:00
1ad2c8c1a0
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 |