mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-08-04 04:56:28 +09:00
config serverMonitoringが効かないのを修正
This commit is contained in:
@ -20,6 +20,8 @@ export default class ServerModule implements IModule {
|
||||
private statsLogs: any[] = [];
|
||||
|
||||
public install = (ai: 藍) => {
|
||||
if (!config.serverMonitoring) return;
|
||||
|
||||
this.ai = ai;
|
||||
|
||||
this.connection = new ReconnectingWebSocket(`${config.wsUrl}/server-stats`, [], {
|
||||
|
Reference in New Issue
Block a user