VASTLY decreased the amount of pregenerations done by the site, greatly improving performance
This commit is contained in:
parent
ae1397d84a
commit
ba79d970a1
3 changed files with 11 additions and 3 deletions
1
api.js
1
api.js
|
@ -56,6 +56,7 @@ function socketeer() {
|
|||
module.exports.connected = true
|
||||
ping(30000)
|
||||
lastPong = Date.now()
|
||||
events.emit("lanyardConnect")
|
||||
} else if (data.op == 3) {
|
||||
lastPong = Date.now()
|
||||
} else if (data.op == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue