diff --git a/src/core/apis/group.ts b/src/core/apis/group.ts index 6d80090e..363483a4 100644 --- a/src/core/apis/group.ts +++ b/src/core/apis/group.ts @@ -292,7 +292,7 @@ export class NTQQGroupApi { const listener = this.core.eventWrapper.registerListen( 'NodeIKernelGroupListener/onMemberListChange', 1, - 500, + 5000, (params) => params.sceneId === sceneId, ); try {