test pc 3 лет назад
Родитель
Сommit
4e1d8d0be9
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;