Fixes and tidying up the server side of the sockets
This commit is contained in:
parent
a8b3e27038
commit
13b905e1f5
BIN
db/twitter.db
BIN
db/twitter.db
Binary file not shown.
@ -74,7 +74,7 @@ exports.updates = (newEmitter) => {
|
||||
eventEmitter = newEmitter;
|
||||
buildList();
|
||||
|
||||
setInterval(() => {
|
||||
setTimeout(() => {
|
||||
startTweetUpdates();
|
||||
}, 30000);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user