fix: webui

This commit is contained in:
手瓜一十雪
2024-11-16 13:20:42 +08:00
parent e5fd1f5cb9
commit e7cbb664e7
2 changed files with 4 additions and 4 deletions

View File

@@ -66,7 +66,7 @@ export const websocketServerDefaultConfigs = createDefaultAdapterConfig({
messagePostFormat: 'array',
reportSelfMessage: false,
token: '',
enablePushEvent: true,
enableForcePushEvent: true,
debug: false,
heartInterval: 30000,
});