소스 검색

Merge branch 'master' of http://face3d.4dage.com:7005/zhangyupeng/meta-server

gemercheung 3 년 전
부모
커밋
2e7f1c5dea
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/scene/scene.service.ts

+ 1 - 1
src/scene/scene.service.ts

@@ -595,7 +595,7 @@ export class SceneService implements OnModuleInit, OnModuleDestroy {
         this.isJoystickHasStream = true;
         console.log('joystick-hasPush', hasPush);
         if (this.isJoystickHasStream) {
-          await this.sleep(30);
+          await this.sleep(20);
         }
         this.moveService.sendingFrameForJoystick = false;
         const data = joystickRes as StreamReplyType;