Merge branch 'ttpwa-004' into 'development'

Fixes and tidying up the server side of the sockets

See merge request martind2000/traintimesPWA!12
This commit is contained in:
Martin Donnelly 2020-08-20 14:36:51 +00:00
commit ac37a52bef
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -74,7 +74,7 @@ exports.updates = (newEmitter) => {
eventEmitter = newEmitter;
buildList();
setInterval(() => {
setTimeout(() => {
startTweetUpdates();
}, 30000);
};