Global Spinner
This commit is contained in:
parent
fb85cdf770
commit
17327706f5
3 changed files with 51 additions and 13 deletions
|
@ -117,7 +117,7 @@ function converter(html, query) {
|
|||
|
||||
module.exports = {
|
||||
getActivities: function () {
|
||||
return activityToHTML.activitiesToHTML(lanyardData, cachedImages)
|
||||
return minify.minify(activityToHTML.activitiesToHTML(lanyardData, cachedImages))
|
||||
},
|
||||
|
||||
middleWare: function (req, res, next) {
|
||||
|
@ -218,7 +218,7 @@ function socketeer() {
|
|||
console.log("Connection Closed. Attempting Reconnect in 30 seconds.")
|
||||
setTimeout(() => {
|
||||
socketeer()
|
||||
}, 3000);
|
||||
}, 30000);
|
||||
})
|
||||
|
||||
function ping(dur) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue