Avoid the multiple queries for Gamedig monitor

pull/2663/head
Louis Lam 1 year ago
parent 3eab6e8238
commit 9cc3bd0de4

@ -495,7 +495,8 @@ class Monitor extends BeanModel {
const state = await Gamedig.query({
type: this.game,
host: this.hostname,
port: this.port
port: this.port,
givenPortOnly: true,
});
bean.msg = state.name;

Loading…
Cancel
Save