This commit is contained in:
GM 2023-01-25 11:10:38 +00:00
parent 28baebb6d1
commit bea9529912

View File

@ -77,7 +77,7 @@ export default {
this.$socket.emit('kick', {'key':this.deploy_key, 'sid':sid}) this.$socket.emit('kick', {'key':this.deploy_key, 'sid':sid})
setTimeout((()=>{ setTimeout((()=>{
this.refresh() this.refresh()
}).bind(this), 1500) }).bind(this), 500)
} }
} }
} }