poll.horse/src
Wolvan 1ad2c8c1a0 Fix SQL connection on wakeup in heroku
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.
2022-01-10 21:46:22 +01:00
..
config-handlers Initial commit 2021-12-28 21:11:19 +01:00
backend.ts Prevent cross site scripting attacks 2022-01-08 16:16:40 +01:00
config-handlers.ts Initial commit 2021-12-28 21:11:19 +01:00
config-loader.ts Fix config loading of boolean values 2021-12-29 17:04:23 +01:00
Config.ts Implement different backend types 2022-01-08 16:12:04 +01:00
FlatFileStorage.ts Implement different backend types 2022-01-08 16:12:04 +01:00
frontend.ts Add a couple more projects to the footer 2022-01-08 16:23:27 +01:00
main.ts Fix number parsing from replacer vars 2022-01-08 17:44:39 +01:00
MySQLStorage.ts Fix SQL connection on wakeup in heroku 2022-01-10 21:46:22 +01:00
Poll.ts Make frontend js-less 2022-01-01 04:13:24 +01:00
Storage.ts Implement different backend types 2022-01-08 16:12:04 +01:00